summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
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