fixed manage_large_binaries_with_git_lfs.md typo

This commit is contained in:
Ján Dzurek 2016-11-21 21:14:04 +00:00
parent 9aded5c8d4
commit 3e3ea632fe
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ check it into your Git repository:
```bash
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
```