Skip to content

Instantly share code, notes, and snippets.

@fadur
Created April 11, 2014 10:50
Show Gist options
  • Save fadur/10457824 to your computer and use it in GitHub Desktop.
Save fadur/10457824 to your computer and use it in GitHub Desktop.
repack git repository
//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
@ludovicderochethales
Copy link

Thanks a lot! You saved me a lot of time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment