Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3207d17f
Commit
3207d17f
authored
Sep 09, 2021
by
Amy Qualls
Committed by
Evan Read
Sep 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BFG is deprecated and shouldn't be recommended
parent
5c2ac9ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/topics/git/lfs/migrate_to_git_lfs.md
doc/topics/git/lfs/migrate_to_git_lfs.md
+5
-0
doc/topics/git/numerous_undo_possibilities_in_git/index.md
doc/topics/git/numerous_undo_possibilities_in_git/index.md
+0
-1
No files found.
doc/topics/git/lfs/migrate_to_git_lfs.md
View file @
3207d17f
...
@@ -7,6 +7,11 @@ description: "How to migrate an existing Git repository to Git LFS with BFG."
...
@@ -7,6 +7,11 @@ description: "How to migrate an existing Git repository to Git LFS with BFG."
# Migrate a Git repository into Git LFS with BFG
# Migrate a Git repository into Git LFS with BFG
WARNING:
The following documentation is deprecated. We recommend using
[
`git lfs migrate`
](
https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.1.ronn
)
instead of the method documented below.
Using Git LFS can help you to reduce the size of your Git
Using Git LFS can help you to reduce the size of your Git
repository and improve its performance.
repository and improve its performance.
...
...
doc/topics/git/numerous_undo_possibilities_in_git/index.md
View file @
3207d17f
...
@@ -388,7 +388,6 @@ git filter-branch --tree-filter 'rm filename' HEAD
...
@@ -388,7 +388,6 @@ git filter-branch --tree-filter 'rm filename' HEAD
The
`git filter-branch`
command might be slow on large repositories.
The
`git filter-branch`
command might be slow on large repositories.
Tools are available to execute Git commands more quickly.
Tools are available to execute Git commands more quickly.
An alternative is the open source community-maintained tool
[
BFG
](
https://rtyley.github.io/bfg-repo-cleaner/
)
.
These tools are faster because they do not provide the same
These tools are faster because they do not provide the same
feature set as
`git filter-branch`
does, but focus on specific use cases.
feature set as
`git filter-branch`
does, but focus on specific use cases.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment