From 279ced473c95289622c1b992ed4bea367ac68986 Mon Sep 17 00:00:00 2001 From: desktop Date: Wed, 15 Nov 2023 16:53:49 +0300 Subject: [PATCH] git : set autoSetupRemote to true. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4327434..d5ccba6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,3 +2,5 @@ helper = store [pull] rebase = true +[push] + autoSetupRemote = true