From de2092343301239ff4f5c0aa3f80688346c4b777 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 18 Jan 2024 12:56:21 +0100 Subject: Enable autoSetupRemote for git I always use branches to test changes before commiting them to master. The default behavior of git with regards to pushing new branches was getting tiring, so I decided switch the suggested option. --- home-files/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-files/gitconfig b/home-files/gitconfig index 4e9c1ca..5195158 100644 --- a/home-files/gitconfig +++ b/home-files/gitconfig @@ -2,3 +2,6 @@ email = marek@marekpasnikowski.pl name = Marek Paśnikowski signingkey = 6D81B1207711899F + +[push] + autoSetupRemote = true -- cgit v1.2.3