From b005718a80d4df9feec8e4e3806262fa5cabb7de Mon Sep 17 00:00:00 2001 From: Proctor Date: Thu, 22 Dec 2022 21:44:45 -0600 Subject: [PATCH] git - misc gitconfig updates --- git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index a85bdc5..3221e92 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -13,10 +13,13 @@ last = cat-file commit HEAD [branch] autoSetupRebase = always +[checkout] + defaultRemote = origin [merge] ff = only [push] autoSetupRemote = true + default = upstream [rerere] enabled = true [remote]