summaryrefslogtreecommitdiff
path: root/doc/topics/git/migrate_to_git_lfs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/git/migrate_to_git_lfs/index.md')
-rw-r--r--doc/topics/git/migrate_to_git_lfs/index.md2
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 6152b5a2e94..9de978dd007 100644
--- a/doc/topics/git/migrate_to_git_lfs/index.md
+++ b/doc/topics/git/migrate_to_git_lfs/index.md
@@ -15,7 +15,7 @@ will not actually reduce the size of your repository because
the files are still referenced by previous commits.
Through the method described on this document, first migrate
-to Git LFS with [BFG](https://rtyley.github.io/bfg-repo-cleaner/)
+to Git LFS with a tool such as the open source community-maintained [BFG](https://rtyley.github.io/bfg-repo-cleaner/)
through a mirror repo, then clean up the repository's history,
and lastly create LFS tracking rules to prevent new binary files
from being added.