Update git lfs fetch command [ci skip]

This commit is contained in:
George Tsiolis 2018-10-03 13:34:24 +03:00
parent 49e083723c
commit 0f87a6ad94

View file

@ -78,10 +78,10 @@ git clone git@gitlab.example.com:group/project.git
``` ```
If you already cloned the repository and you want to get the latest LFS object If you already cloned the repository and you want to get the latest LFS object
that are on the remote repository, eg. from branch `master`: that are on the remote repository, eg. for a branch from origin:
```bash ```bash
git lfs fetch master git lfs fetch origin master
``` ```
## File Locking ## File Locking