From 63c41b480bab1c7e9cfc8f768811ddb5ba4d6709 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 23 Nov 2022 20:10:53 +0100 Subject: [PATCH] git: automatically setup push remote --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index a4cae5b..d5a926a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,6 +11,7 @@ allowedSignersFile = /home/tastytea/.ssh/allowed_signers [push] default = simple + autoSetupRemote = true [pull] rebase = true [merge]