.gitconfig @ a6529ce02d8b

Add the Django aliases.
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jan 2010 08:42:06 -0500
parents c7b49b0ababc
children f00b5c3f14c1
[user]
name = Steve Losh
email = steve@stevelosh.com

[core]
pager = cat

[alias]
gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'

com = commit
cm = commit -m

co = checkout

stat = status
st = status

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