From dcc99b06524f204b804528428ded82ee852f5369 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 21 Apr 2022 15:25:29 -0700 Subject: [PATCH] use rebase as the default --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index b35f303..348ced7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -31,3 +31,5 @@ [alias] pushall = "!git remote |xargs -L1 git push --all" +[pull] + rebase = true -- 2.39.2