From: Don Armstrong Date: Thu, 21 Apr 2022 22:25:29 +0000 (-0700) Subject: use rebase as the default X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dcc99b06524f204b804528428ded82ee852f5369;p=git.git use rebase as the default --- 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