Skip to content

Instantly share code, notes, and snippets.

@petehamilton
Created May 1, 2013 12:35
Show Gist options
  • Save petehamilton/5495067 to your computer and use it in GitHub Desktop.
Save petehamilton/5495067 to your computer and use it in GitHub Desktop.
Useful Commands
find . -name '*.git' -execdir sh -c 'cd {} && git gc' \; # Compress all git repos under current directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment