mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(git): auto-setup remote
This commit is contained in:
@@ -51,6 +51,7 @@ in {
|
|||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
merge.autoStash = true;
|
merge.autoStash = true;
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
# # ref https://github.com/dandavison/delta
|
# # ref https://github.com/dandavison/delta
|
||||||
# core.pager = "${pkgs.delta}/bin/delta";
|
# core.pager = "${pkgs.delta}/bin/delta";
|
||||||
|
|||||||
Reference in New Issue
Block a user