.gitconfig @ f00b5c3f14c1

Adjust path, add more git aliases.
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Jan 2010 16:21:58 -0500
parents c7b49b0ababc
children 2d4254295859
[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'

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