summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Potter <git@fpotter.com>2019-02-06 00:11:29 +0000
committerFrancis Potter <git@fpotter.com>2019-02-06 00:11:29 +0000
commit58322adf4b81a0f3f44877981f874fc4097cb154 (patch)
treec040858aa48c3fbdfc4818bd27ef50464061edc9
parentea525bdbfa788d4ba105d2a4f82cca3bb656f370 (diff)
downloadgitlab-ce-patch-42.tar.gz
Update manage_large_binaries_with_git_lfs.mdpatch-42
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md1
1 files changed, 1 insertions, 0 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 da0243705aa..1b0ecc1ef71 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -47,6 +47,7 @@ check it into your Git repository:
```bash
git clone git@gitlab.example.com:group/project.git
+cd 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
```