Update gitconfig

This commit is contained in:
Michael Campagnaro 2021-08-22 13:49:24 -04:00
parent 791f94bb7a
commit f87d16d9c6

View File

@ -13,6 +13,14 @@
fscache = true
[push]
default = upstream
[pull]
# Use new merge-ort strategy.
twohead = ort
# rebase when pulling instead of doing a default merge.
rebase = true
[fetch]
# Run 'git remote prune' after fetching.
prune = true
[diff]
algorithm = patience
[color]