Monday, 5 August 2013

remove all .DS_Store from git

find . -name .DS_Store -print0 | xargs -0 git rm --ignore-unmatch

No comments:

Post a Comment