user/git: enable push.autoSetupRemote
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-19 09:55:28 +10:00
parent 49bc50ae39
commit 9724f1d731
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -11,6 +11,7 @@
core.abbrev = 11;
safe.directory = "/home/rin/Projects/flakes";
init.defaultBranch = "master";
push.autoSetupRemote = true;
};
};
}