Update gitconfig
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user