Skip to content

Instantly share code, notes, and snippets.

@nitriques
Created September 25, 2013 22:17
Show Gist options
  • Save nitriques/6706848 to your computer and use it in GitHub Desktop.
Save nitriques/6706848 to your computer and use it in GitHub Desktop.
ungit a folder that was commited to svn
find . -iname .git -follow -exec svn rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment