From dd5427baaf49f8de4355abeb6bc8c6dd14f74e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Oct 2009 17:05:19 +0200 Subject: Initial check-in of files --- .gitconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..76c8e44 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,21 @@ +[user] + name = René 'Necoro' Neumann + email = necoro@necoro.net +[alias] + ci = commit + ca = commit -a + c = commit -a -m + co = checkout + d = diff + dc = diff --cached + s = status + alias = "!bash -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias \" >&2 && exit 1' -" + ll = log --name-status --color -M -C + cob = "!sh -c 'git checkout -b $1 origin/$1' -" + com = checkout master +[push] + default = tracking +[diff] + rename = copy + +# vim: noexpandtab -- cgit v1.2.3