Skip to content

Instantly share code, notes, and snippets.

@zmughal
Last active December 25, 2015 18:19
Show Gist options
  • Save zmughal/7019479 to your computer and use it in GitHub Desktop.
Save zmughal/7019479 to your computer and use it in GitHub Desktop.
find . -type d -name .svn -exec git rm -r {} \; git commit -m 'removed .svn directories'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment