Skip to content

Instantly share code, notes, and snippets.

@mahendrakalkura
Created February 20, 2015 13:32
Show Gist options
  • Save mahendrakalkura/e36fc5056252d67c41a2 to your computer and use it in GitHub Desktop.
Save mahendrakalkura/e36fc5056252d67c41a2 to your computer and use it in GitHub Desktop.
git fsck --unreachable
git reflog expire --expire=0 --all
git repack -a -d -l
git prune
git gc --aggressive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment