July 2009
1 post
Git Config
Here’s the .gitconfig file I’ve been using. The aliases let you type “git ci” and execute “git commit -v” for example. And color is essential. Going back to svn is like going back to black & white TV.
[user]
email = you@blah.com
name = Your Name
[color]
ui = auto
diff = auto
status = auto
interactive =...