Updates git lfs initialize command
This commit is contained in:
parent
92897d7683
commit
35266de2f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue