Add a couple options to gitconfig.branch

This commit is contained in:
2019-09-08 11:07:21 +02:00
parent b5d7dbe5e3
commit 959c4619a5

View File

@@ -28,3 +28,8 @@
helper = gcloud.sh
[core]
autocrlf = input
[branch]
# 0 times I wanted this when doing "git checkout".
autoSetupMerge = false
# Set up new branches in a way that "git pull" does a rebase by default.
autoSetupRebase = always