mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-18 01:22:00 +00:00
Rebase by default on git pull
This commit is contained in:
parent
c159feadbd
commit
47a3cda1f9
@ -4,7 +4,6 @@
|
|||||||
st = status
|
st = status
|
||||||
co = checkout
|
co = checkout
|
||||||
merge = merge --no-ff
|
merge = merge --no-ff
|
||||||
pull = pull --rebase
|
|
||||||
ci = commit
|
ci = commit
|
||||||
cm = commit
|
cm = commit
|
||||||
p = push
|
p = push
|
||||||
@ -32,6 +31,7 @@
|
|||||||
[credential]
|
[credential]
|
||||||
helper=osxkeychain
|
helper=osxkeychain
|
||||||
[branch]
|
[branch]
|
||||||
autosetupmerge = always
|
autosetupmerge = true
|
||||||
|
autosetuprebase = always
|
||||||
[http]
|
[http]
|
||||||
postBuffer = 5242880000
|
postBuffer = 5242880000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user