From 0e146bc8c5249bd087c0ef509a68ca23fd455484 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 30 Mar 2010 11:25:14 -0700 Subject: [PATCH] setup some aliases that i sometimes type by mistake --- gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitconfig b/gitconfig index 1226143..1a642a2 100644 --- a/gitconfig +++ b/gitconfig @@ -3,3 +3,9 @@ email = sami.samhuri@gmail.com [alias] lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative + co = checkout + b = branch + d = diff + lo = log --oneline + a = add + c = commit \ No newline at end of file