From 09f04019b93ba10844d67468f85d017a53621415 Mon Sep 17 00:00:00 2001 From: Matt Henry Date: Mon, 1 Aug 2022 12:24:04 -0400 Subject: [PATCH] auto create remote branch before first push --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 96ce265..955df78 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,7 @@ # DO NOT EDIT BELOW THIS LINE [push] default = tracking + autoSetupRemote = true [color] diff = auto status = auto