From b4991d6fd4e5b4a25cc71e3d286ce0361dc7ea5e Mon Sep 17 00:00:00 2001 From: histalek Date: Wed, 13 Jul 2022 16:18:43 +0200 Subject: [PATCH] git: Auto setup remote on push --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8a4ae3d..d2f7d95 100644 --- a/.gitconfig +++ b/.gitconfig @@ -42,6 +42,8 @@ [push] default = current + # needs git version > 2.37.0 + autoSetupRemote = true [pull] rebase = true