diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-22 11:08:53 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-22 11:08:53 +0000 |
commit | 38f8ad41f9e9459c9af57cf71484acd34133cfe5 (patch) | |
tree | 3287cb6cf41831a991378eab88b94fe00d2d95fa /doc/workflow | |
parent | 55b5d17ac79fb9c81e9da422e906abe575159405 (diff) | |
parent | 3e3ea632fe89576eff329f7ae9cce422a6982576 (diff) | |
download | gitlab-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.md | 2 |
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 ``` |