Skip to content

Instantly share code, notes, and snippets.

@millipedia
Created January 22, 2015 18:24
Show Gist options
  • Save millipedia/7962ff5daac76cf146fc to your computer and use it in GitHub Desktop.
Save millipedia/7962ff5daac76cf146fc to your computer and use it in GitHub Desktop.
remove ds_store files before git push
//lord I hate apple.
//if git complains about not being able to merge binary file . DS_Store then run
git rm --cached .DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment