diff options
author | Ján Dzurek <famousgarkin@outlook.com> | 2016-11-21 21:14:04 +0000 |
---|---|---|
committer | Ján Dzurek <famousgarkin@outlook.com> | 2016-11-21 21:14:04 +0000 |
commit | 3e3ea632fe89576eff329f7ae9cce422a6982576 (patch) | |
tree | dc1df1fe642e78cd511325477d0aafacc76b6e1f /doc/workflow | |
parent | 9aded5c8d43cf113b03e2d8fd04a32c4b24af24d (diff) | |
download | gitlab-ce-3e3ea632fe89576eff329f7ae9cce422a6982576.tar.gz |
fixed manage_large_binaries_with_git_lfs.md typo
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 ``` |