Git and .profile – Aliases and config
Many thanks to Tim for his article Installing git on Mac OS X 10.5 Leopard. It’s a great starting point for git use on OS X Leopard.
In addition to his configuration and aliases, I have a couple of my own that I have added. Here’s an excerpt from my .profile:
git config –global user.name “Your Name”
git [...]









