From b199882d97d2493a90126c779a147a384ae9635c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 16 Feb 2009 11:00:56 +0100 Subject: [PATCH] Add git aliases. --- gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.44.1