From 8c90781f33d2ef00864efbf5dce7260fba1b85fc Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 2 Jan 2010 17:41:32 +0100 Subject: Initial commit of git configuration --- .gitconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..7ef9ce8 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,22 @@ +[user] + name = Tobias Klauser + email = tklauser@distanz.ch + +[alias] + co = checkout + st = status + ci = commit + br = branch + d = diff + ds = diff --stat + lp = log -p + +[color] + ui = true + diff = auto + branch = auto + status = auto +[color "diff"] + whitespace = red reverse +[core] + whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol -- cgit v1.2.3-54-g00ecf