push.autoSetupRemote

This commit is contained in:
nora 2023-09-07 21:27:11 +02:00
parent 9dd4a6f60e
commit 0d9520038f

View file

@ -17,6 +17,7 @@
core.autocrlf = false;
core.editor = "nvim";
pull.ff = "only";
push.autoSetupRemote = true;
init.defaultBranch = "main";
};
}