Skip to content

Git-Tip

Remove all .DS_Store

shell
git rm --cached $(git ls-files | grep .DS_Store)