summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-09 20:11:12 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-09 20:12:12 +0200
commit7d324bfb87709b31dcbd7f0fb3426887cc3ae503 (patch)
tree9060deed09a13d456081eb689fe689b7edae15e9 /.gitconfig
parent2b966a9a22be956c692e7183933254c13b24ebc1 (diff)
downloaddotfiles-7d324bfb87709b31dcbd7f0fb3426887cc3ae503.tar.gz
dotfiles-7d324bfb87709b31dcbd7f0fb3426887cc3ae503.tar.bz2
dotfiles-7d324bfb87709b31dcbd7f0fb3426887cc3ae503.zip
Do not use stgit anymore but a normal local branch.
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
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