Created
February 28, 2014 14:43
-
-
Save andreasbotsikas/9272320 to your computer and use it in GitHub Desktop.
Clean up deleted objects in git
This file contains hidden or 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 -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 \ | |
-c gc.rerereresolved=0 -c gc.rerereunresolved=0 \ | |
-c gc.pruneExpire=now gc "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment