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