From a3e655fdd04b879bd821d41a3540cdb7a7862481 Mon Sep 17 00:00:00 2001 From: June 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(+) (limited to 'home') diff --git a/home/.config/git/config b/home/.config/git/config index 50a6a885..36b96776 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