From 87659b92203e3869e037f8f3a8a39759132ab3d0 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 12 Apr 2012 12:52:00 -0700 Subject: [PATCH] Aliases --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 17f5dee..7fa432e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,3 +7,6 @@ doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset [format] pretty = doty +[alias] + st = status + ci = commit