1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

Rebase by default on git pull

This commit is contained in:
Holger Just 2014-04-03 13:04:59 +02:00
parent c159feadbd
commit 47a3cda1f9

View File

@ -4,7 +4,6 @@
st = status
co = checkout
merge = merge --no-ff
pull = pull --rebase
ci = commit
cm = commit
p = push
@ -32,6 +31,7 @@
[credential]
helper=osxkeychain
[branch]
autosetupmerge = always
autosetupmerge = true
autosetuprebase = always
[http]
postBuffer = 5242880000