Last active
June 14, 2020 09:56
-
-
Save langolf/a426311db1850636cb65823d217c5416 to your computer and use it in GitHub Desktop.
Git maintenance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git fsck --full --unreachable | |
git repack -A -d | |
git gc --aggressive --prune=now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment