summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-22 11:08:53 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-22 11:08:53 +0000
commit38f8ad41f9e9459c9af57cf71484acd34133cfe5 (patch)
tree3287cb6cf41831a991378eab88b94fe00d2d95fa /doc/workflow
parent55b5d17ac79fb9c81e9da422e906abe575159405 (diff)
parent3e3ea632fe89576eff329f7ae9cce422a6982576 (diff)
downloadgitlab-ce-38f8ad41f9e9459c9af57cf71484acd34133cfe5.tar.gz
Merge branch 'patch-1' into 'master'
fixed manage_large_binaries_with_git_lfs.md typo See merge request !7612
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
1 files changed, 1 insertions, 1 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 1a4f213a792..28e6a21a229 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -48,7 +48,7 @@ check it into your Git repository:
```bash
git clone git@gitlab.example.com:group/project.git
-git lfs install # initialize the Git LFS project project
+git lfs install # initialize the Git LFS project
git lfs track "*.iso" # select the file extensions that you want to treat as large files
```