Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Created November 4, 2016 08:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaysshenoy/d9c829a495dd1876d26e50eed6f755db to your computer and use it in GitHub Desktop.
Save vinaysshenoy/d9c829a495dd1876d26e50eed6f755db to your computer and use it in GitHub Desktop.
Compress local GIT repo
git reflog expire --all --expire=now
git gc --prune=now --aggressive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment