Commit 9bab0984 authored by Hannes Rosenögger's avatar Hannes Rosenögger

Merge branch 'patch-1' into 'master'

"git lfs init" is deprecated, use "git lfs install" instead.

Recent releases of git-lfs warn that "init" is a deprecated command and that "install" should be used.


See merge request !3779
parents 0063194a fce97dfc
...@@ -44,7 +44,7 @@ check it into your Git repository: ...@@ -44,7 +44,7 @@ check it into your Git repository:
```bash ```bash
git clone git@gitlab.example.com:group/project.git git clone git@gitlab.example.com:group/project.git
git lfs init # initialize the Git LFS project project git lfs install # initialize the Git LFS project project
git lfs track "*.iso" # select the file extensions that you want to treat as large files git lfs track "*.iso" # select the file extensions that you want to treat as large files
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment