nixos-mod/useable: set git push.autoSetupRemote

main
Felix Stupp 2 months ago
parent d555529245
commit 1fe746ec1d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -112,6 +112,9 @@ in
pull = {
ff = "only";
};
push = {
autoSetupRemote = true;
};
};
};

Loading…
Cancel
Save