From dc65e2c96e70c2cdf9965c7b05ecf87b48ad6721 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Jun 2018 01:20:27 -0400 Subject: [PATCH] Use pull.rebase=true --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 6f30ddd..a5f2c62 100644 --- a/.config/git/config +++ b/.config/git/config @@ -30,3 +30,5 @@ [url "heroku:"] insteadOf = https://git.heroku.com/ +[pull] + rebase = true