Skip to content

Instantly share code, notes, and snippets.

@salaros
Last active November 3, 2018 14:35
Show Gist options
  • Save salaros/aa23a5de7a3bf8679f820ac0fa29037d to your computer and use it in GitHub Desktop.
Save salaros/aa23a5de7a3bf8679f820ac0fa29037d to your computer and use it in GitHub Desktop.
Repair and speed up huge Git repositories
git fsck
git repack -ad
git gc --prune=now
git gc --aggressive
git fsck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment