Make conflicts easier to handle by preserving merges on rebase and enabling rerere
This commit is contained in:
parent
082b24ea47
commit
c0f087d8e2
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
|
[git-up.rebase]
|
||||||
|
arguments = --preserve-merges
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue