commit 42ad4efbbe8a6fd0e183cd9660c7d03285c6d981
parent f4bb95939d2eef2375e30bf46114717813008bcc
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 22 Apr 2020 23:11:41 -0700
Set git pull.rebase by default
This reduces the change of merge commits by always running git pull with
`--rebase` behaviour.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -14,6 +14,8 @@
tool = vimdiff
[merge]
stat = true
+[pull]
+ rebase = true
[push]
default = simple
[rebase]