1. Remove all the SVN files:
find . -name ".svn" -type d -exec rm -rf {} \;
2. Remove the all the .git files:
rm -rf .git
1. Remove all the SVN files:
find . -name ".svn" -type d -exec rm -rf {} \;
2. Remove the all the .git files:
rm -rf .git
Comments
Post a Comment