summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index fc06795..c7be5c0 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -15,10 +15,10 @@
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
spush = svn dcommit
spull = svn rebase
+ sfetch = svn fetch
[push]
default = tracking
[diff]