summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-18 12:56:21 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-18 12:56:21 +0100
commitde2092343301239ff4f5c0aa3f80688346c4b777 (patch)
tree0723a3aabef905727f9b274e5d6bcdf02e2af345
parentf1a8593c6252a98ffcc964d2245bbf02a2aed0b6 (diff)
Enable autoSetupRemote for gitmaster
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.
-rw-r--r--home-files/gitconfig3
1 files changed, 3 insertions, 0 deletions
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