Bunch of tweaks

This commit is contained in:
2013-05-07 22:34:57 -04:00
parent 459aeca431
commit c5a1ed1258
3 changed files with 17 additions and 10 deletions

View File

@@ -3,6 +3,15 @@
email = mikecampo@gmail.com
[merge]
summary = true
tool = vimdiff
[core]
editor = /usr/bin/vim
[push]
default = tracking
[github]
user = mikecampo
[diff]
algorithm = patience
[color]
diff = auto
status = auto
@@ -57,12 +66,6 @@
pom = push origin master
ds = diff --stat=160,120
dh1 = diff HEAD~1
[merge]
tool = vimdiff
[core]
editor = /usr/bin/vim
[push]
default = tracking
[github]
user = mikecampo
snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"