From d2e43bfb1398197d8be66098a044a1454dc2566a Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 17 Aug 2022 00:38:54 +0300 Subject: [PATCH] git: add `push.autoSetupRemote` option --- config/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.gitconfig b/config/.gitconfig index 4e539e7..dc1ec58 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -7,6 +7,7 @@ defaultBranch = master [push] followTags = true + autoSetupRemote = true [merge] tool = nvim [mergetool]