diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 12:56:21 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 12:56:21 +0100 |
commit | de2092343301239ff4f5c0aa3f80688346c4b777 (patch) | |
tree | 0723a3aabef905727f9b274e5d6bcdf02e2af345 /home-files/gitconfig | |
parent | f1a8593c6252a98ffcc964d2245bbf02a2aed0b6 (diff) |
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.
Diffstat (limited to 'home-files/gitconfig')
-rw-r--r-- | home-files/gitconfig | 3 |
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 |