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

This commit is contained in:
Con Vissenberg 2016-04-18 08:15:15 +00:00
parent e9f20f5922
commit fce97dfce7
1 changed files with 1 additions and 1 deletions

View File

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