feat(git): automatically set-upstream on push

This commit is contained in:
Michael Mandl 2025-02-26 08:44:09 +01:00
parent 5bcecad8b6
commit dc22952892
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -76,7 +76,10 @@
pull.rebase = true;
push.recurseSubmodules = "on-demand";
push = {
autoSetupRemote = true;
recurseSubmodules = "on-demand";
};
rebase = {
qutoSquash = true;