Created
April 11, 2014 10:50
-
-
Save fadur/10457824 to your computer and use it in GitHub Desktop.
repack git repository
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
//pack is far too short to be a packfile | |
//github.com did not send all necessary objects | |
git config repack.usedeltabaseoffset false | |
git repack -a -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot! You saved me a lot of time