From f978d624ba7d1139fbae39b7762b499e5f4d3664 Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Thu, 26 Jan 2023 23:44:37 -0500 Subject: [PATCH] auto setup remote for git --- git/dot-gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/dot-gitconfig b/git/dot-gitconfig index c97ce09..87e07d6 100644 --- a/git/dot-gitconfig +++ b/git/dot-gitconfig @@ -26,3 +26,5 @@ stat = status [core] editor = code --wait +[push] + autoSetupRemote = true