fixed manage_large_binaries_with_git_lfs.md typo
This commit is contained in:
parent
9aded5c8d4
commit
3e3ea632fe
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,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 install # initialize the Git LFS project project
|
git lfs install # initialize the Git LFS 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