.gitconfig @ cbbf5d2089be

Add color to some git commands.
author Steve Losh <steve@stevelosh.com>
date Wed, 30 Sep 2009 02:53:52 -0400
parents da2751a0739f
children 15633a0d4bd5
[user]
name = Steve Losh
email = steve@stevelosh.com

[alias]
glog = log --graph --topo-order --pretty='format:%an: %s (%h)%n'
com = commit
co = checkout
st = status

[color]
branch = auto
diff = auto
interactive = auto
status = auto