feat(git): do enable push.autoSetupRemote

the convinience is real
This commit is contained in:
electria 2026-05-25 21:16:20 -07:00
commit 8a60b5a1c1
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -34,6 +34,8 @@ in
# causing further problems # causing further problems
pull.ff = "only"; pull.ff = "only";
push.autoSetupRemote = true;
merge.conflictStyle = "zdiff3"; # easiest to understand style merge.conflictStyle = "zdiff3"; # easiest to understand style
commit.verbose = true; # show diffs in commit editor commit.verbose = true; # show diffs in commit editor
} }