Skip to content

Instantly share code, notes, and snippets.

@ReeMii
Created September 18, 2013 12:01
Show Gist options
  • Save ReeMii/6608187 to your computer and use it in GitHub Desktop.
Save ReeMii/6608187 to your computer and use it in GitHub Desktop.
remove .git or .svn folders from project
rm -rf `find . -type d -name .git`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment