15633a0d4bd5
Configure git.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 18 Jan 2010 15:24:41 -0500 |
parents | e971fcb518e0 |
children | 35b42a555d52 |
branches/tags | (none) |
files | .gitconfig |
Changes
--- a/.gitconfig Mon Jan 18 08:42:49 2010 -0500 +++ b/.gitconfig Mon Jan 18 15:24:41 2010 -0500 @@ -2,10 +2,19 @@ name = Steve Losh email = steve@stevelosh.com +[core] +pager = cat + [alias] -glog = log --graph --topo-order --pretty='format:%an: %s (%h)%n' +glog = log --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' +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]