diff --git a/data/git.md b/data/git.md index 3508bd3..4b73c10 100644 --- a/data/git.md +++ b/data/git.md @@ -115,6 +115,15 @@ Finally, you can clone this repo from your original. Gitlab requires more changes, such as going to `settings > repository` and switching the main branch, then stripping protection. +## Clean up Bloated Repo + +> git fsck --full + +> git gc --prune=now --aggressive + +> git repack + + ## Find Binary Blobs ```