From e4ac888ae0369cf69cbd63515148077779a3230e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 20 Jul 2020 13:47:38 -0400 Subject: Set pull.rebase true --- home/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/git/config b/home/.config/git/config index 5c12c079..71799784 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -8,6 +8,9 @@ [merge] conflictStyle = diff3 +[pull] + rebase = true + [rebase] autosquash = true -- cgit 1.4.1