diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
commit | 1d89871c573830a8194110af252e8907177184b3 (patch) | |
tree | 9aece724c48fc633f38c3b8cbaf2f71fcf4c3f4c /doc/topics | |
parent | 89861e72b7375353654513aa2bc0a3b60a5e4377 (diff) | |
download | gitlab-ce-1d89871c573830a8194110af252e8907177184b3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/git/migrate_to_git_lfs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/migrate_to_git_lfs/index.md b/doc/topics/git/migrate_to_git_lfs/index.md index c879e404997..6152b5a2e94 100644 --- a/doc/topics/git/migrate_to_git_lfs/index.md +++ b/doc/topics/git/migrate_to_git_lfs/index.md @@ -133,7 +133,7 @@ Consider an example upstream project, `git@gitlab.com:gitlab-tests/test-git-lfs- # You may need to reset your local copy with upstream's `master` after force-pushing from the mirror: git reset --hard origin/master # Track the files with LFS: - git lfs track "*.gif" "*.png" "*.jpg" "*.psd" "*.mp4" ".gitattributes" "img/" + git lfs track "*.gif" "*.png" "*.jpg" "*.psd" "*.mp4" "img/" ``` Now all existing the files you converted, as well as the new |