.gitconfig @ 0ce9f9282429

Add pushr and pullr and fix the gunicorn aliases.
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Mar 2010 18:09:55 -0400
parents 2d4254295859
children d227a57e956e
[user]
name = Steve Losh
email = steve@stevelosh.com

[core]
pager = cat
editor = mate -w

[alias]
gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'
gll = log --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

unstage = reset HEAD
uns = reset HEAD

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