diff --git a/configs/git.nix b/configs/git.nix index d2ec5dd..cd1504d 100644 --- a/configs/git.nix +++ b/configs/git.nix @@ -51,6 +51,7 @@ in { pull.ff = "only"; rebase.autoStash = true; merge.autoStash = true; + push.autoSetupRemote = true; # # ref https://github.com/dandavison/delta # core.pager = "${pkgs.delta}/bin/delta";