Commit c4d9f402 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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

Update `git lfs fetch` command

See merge request gitlab-org/gitlab-ce!22077
parents 8672eac5 0f87a6ad
...@@ -78,10 +78,10 @@ git clone git@gitlab.example.com:group/project.git ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment