Skip to content

Instantly share code, notes, and snippets.

@owenblacker
Created October 23, 2012 12:21
Show Gist options
  • Save owenblacker/3938457 to your computer and use it in GitHub Desktop.
Save owenblacker/3938457 to your computer and use it in GitHub Desktop.
Archive superfluous GIT files
git reflog expire --expire=now --all && git repack -ad && git prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment