diff options
author | Con Vissenberg <con.vissenberg@fei.com> | 2016-04-18 08:15:15 +0000 |
---|---|---|
committer | Con Vissenberg <con.vissenberg@fei.com> | 2016-04-18 08:15:15 +0000 |
commit | fce97dfce7f7be141c48892a63e3fe95e8fb756b (patch) | |
tree | 9abee5cfad0562cc1a855c141ab9183bd3742649 /doc | |
parent | e9f20f5922e9c365b4af14e53881a7bafba4139c (diff) | |
download | gitlab-ce-fce97dfce7f7be141c48892a63e3fe95e8fb756b.tar.gz |
"git lfs init" is deprecated, use "git lfs install" instead.
Diffstat (limited to 'doc')
-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 ba91685a20b..31620044b15 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 ``` |