Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Potter <git@fpotter.com>2019-02-06 03:11:29 +0300
committerFrancis Potter <git@fpotter.com>2019-02-06 03:11:29 +0300
commit58322adf4b81a0f3f44877981f874fc4097cb154 (patch)
treec040858aa48c3fbdfc4818bd27ef50464061edc9
parentea525bdbfa788d4ba105d2a4f82cca3bb656f370 (diff)
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
```