Joined March 2014
·

Marcin Raba

Warsaw, Masovian District, Poland
·
·
·

Posted to Delete All .git Files Under Directory over 1 year ago

Another one using only find:

find <path_where> -type d -name '.git' -exec rm -rf {} \;
Achievements
1 Karma
0 Total ProTip Views
Interests & Skills