.gitconfig @ 9e86f39ef363

Add an alias for summary.
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Nov 2009 11:19:21 -0500
parents cbbf5d2089be
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