Skip to content

Commit

Permalink
more updates to gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
molawson committed Nov 1, 2012
1 parent 68e6222 commit f1f679e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gitconfig
Expand Up @@ -8,9 +8,10 @@
[core]
quotepath = false
[alias]
st = status -sb
st = status -s
ci = commit
cm = !git ci -m
ca = !git ci -a
co = checkout
d = diff
dc = diff --cached
Expand All @@ -26,6 +27,7 @@
r = !git l -20
ra = !git r --all
re = rebase
rh = reset HEAD
ru = remote update
p = push
po = !git p origin
Expand All @@ -47,3 +49,5 @@
tool = vimdiff
[mergetool]
keepBackup = true
[push]
default = simple

0 comments on commit f1f679e

Please sign in to comment.