Remove .DS_Store files from Git repo
Forgot to add them to your .gitignore?
find . -name ".DS_Store" -exec git rm --cached -f {} \;.
git commit -m "Removed OSX meta files"
git push origin master
Done.
Written by Iain Campbell
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Osx
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#