summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-03 14:08:21 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-03 14:08:21 +0000
commitc4d9f40291bc9fbdcd5f87c7a2c36c8aea85e64e (patch)
tree1dc0a054ff71bd13350dae07152b0bd0cf7a700a
parent8672eac592dd14602f45af7e0541bc05e8629dc8 (diff)
parent0f87a6ad9488deb66a6cca9c525cec37c988bbe9 (diff)
downloadgitlab-ce-c4d9f40291bc9fbdcd5f87c7a2c36c8aea85e64e.tar.gz
Merge branch 'gt-update-git-lfs-fetch-command' into 'master'
Update `git lfs fetch` command See merge request gitlab-org/gitlab-ce!22077
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
index 9adbafee255..d02e921fa84 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -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