Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@edenwaith
Created November 8, 2014 22:32
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 edenwaith/42d5079332defc647262 to your computer and use it in GitHub Desktop.
Save edenwaith/42d5079332defc647262 to your computer and use it in GitHub Desktop.
Removing .svn files from a git repository
find . -name '.svn' | xargs git rm -rf --ignore-unmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment