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:
parent
c159feadbd
commit
47a3cda1f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user