diff options
author | Chris McKnight <cmckni3@gmail.com> | 2016-01-06 11:20:52 -0600 |
---|---|---|
committer | Chris McKnight <cmckni3@gmail.com> | 2016-04-07 10:30:14 -0500 |
commit | 35266de2f0e91ac73995ab8ced1bbcb12e35f773 (patch) | |
tree | d67ef2f350b2098a9a61ebd879dbf4087cde0969 /doc | |
parent | 92897d7683bdf17da9708e065465d55ecd808dff (diff) | |
download | gitlab-ce-35266de2f0e91ac73995ab8ced1bbcb12e35f773.tar.gz |
Updates git lfs initialize command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 4 |
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 ba91685a20b..83db44c10b1 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -44,7 +44,7 @@ check it into your Git repository: ```bash git clone git@gitlab.example.com:group/project.git -git lfs init # initialize the Git LFS project project +git lfs install # initialize the Git LFS project project git lfs track "*.iso" # select the file extensions that you want to treat as large files ``` @@ -152,4 +152,4 @@ If you are using OS X you can use `osxkeychain` to store and encrypt your creden For Windows, you can use `wincred` or Microsoft's [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases). More details about various methods of storing the user credentials can be found -on [Git Credential Storage documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage).
\ No newline at end of file +on [Git Credential Storage documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage). |