Created
July 13, 2011 15:50
-
-
Save ytkhs/1080582 to your computer and use it in GitHub Desktop.
remove all .DS_Store files from git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ find . -depth -name '.DS_Store' -exec git rm --cached '{}' \; -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment