Merge branch 'gt-update-git-lfs-fetch-command' into 'master'

Update `git lfs fetch` command

See merge request gitlab-org/gitlab-ce!22077
This commit is contained in:
Achilleas Pipinellis 2018-10-03 14:08:21 +00:00
commit c4d9f40291
1 changed files with 2 additions and 2 deletions

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
that are on the remote repository, eg. from branch `master`:
that are on the remote repository, eg. for a branch from origin:
```bash
git lfs fetch master
git lfs fetch origin master
```
## File Locking