When using git on Mac OSX and your project’s folder has a custom icon, you will see a “Iconr” File showing up in your git status or Source Tree. Ignoring this file doesn’t work. The solution is to ignore the correct way (or syntax), because Apple uses ^M at the end of the filename, which […]
You are browsing archives for
Tag: git
Use multiple email addresses (SSH keys) with GitHub
There is a good tutorial on Gist that shows all the required tasks: https://gist.github.com/2351996 This post is to remind me how to do it 😉