From 7d324bfb87709b31dcbd7f0fb3426887cc3ae503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 9 Oct 2009 20:11:12 +0200 Subject: Do not use stgit anymore but a normal local branch. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 7c9cc0b..dba2ed4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,6 +2,7 @@ name = René 'Necoro' Neumann email = necoro@necoro.net [alias] + k = !gitk ci = commit ca = commit -a c = commit -a -m @@ -13,6 +14,7 @@ ll = log --name-status --color -M -C cob = "!sh -c 'git checkout -b $1 origin/$1' -" com = checkout master + col = checkout local cleanse = clean -xfd [push] default = tracking -- cgit v1.2.3