feat(git): push only current branch, and only if upstream matches

This commit is contained in:
Michael Mandl 2025-02-26 08:45:13 +01:00
parent 88c22f7b6a
commit 621a555c25
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -78,6 +78,7 @@
push = { push = {
autoSetupRemote = true; autoSetupRemote = true;
default = "simple";
followTags = true; followTags = true;
recurseSubmodules = "on-demand"; recurseSubmodules = "on-demand";
}; };