Make conflicts easier to handle by preserving merges on rebase and enabling rerere

This commit is contained in:
Danielle McLean 2016-11-18 09:47:20 +11:00
parent 082b24ea47
commit c0f087d8e2
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -14,3 +14,8 @@
[url "git@github.com:"]
pushInsteadOf = https://github.com/
[git-up.rebase]
arguments = --preserve-merges
[rerere]
enabled = true