From 6a3cc3106ffa4109959574d1048c916e8213b667 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Wed, 18 Jun 2025 14:46:39 +0300 Subject: [PATCH] add autopush --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 78a9c0c..501cb44 100644 --- a/gitconfig +++ b/gitconfig @@ -12,6 +12,7 @@ [advice] ignoredHook = false [push] + autoSetupRemote = true default = simple followTags = true [pull]