Skip to content

Instantly share code, notes, and snippets.

@juankiz
Created May 1, 2014 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juankiz/a57452192802b33a2017 to your computer and use it in GitHub Desktop.
Save juankiz/a57452192802b33a2017 to your computer and use it in GitHub Desktop.
Clean git logs (~ 10GB of HDD space)
find ./ | grep \.log$ | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment