From: Simon Ruderich Date: Mon, 16 Feb 2009 10:00:56 +0000 (+0100) Subject: Add git aliases. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=b199882d97d2493a90126c779a147a384ae9635c Add git aliases. --- diff --git a/gitconfig b/gitconfig index 504f5ea..7421a25 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,17 @@ [user] name = Simon Ruderich email = simon@ruderich.org + [color] diff = auto + [core] excludesfile = /Users/simonruderich/.gitignore + +[alias] + ci = commit -v + di = diff + st = status + co = checkout + br = branch + me = merge