From 3f7d548925127599282b5b16a120aefb32f1726e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 25 Apr 2023 11:20:47 +0200 Subject: [PATCH] feat(git): auto-setup remote --- configs/git.nix | 1 + 1 file changed, 1 insertion(+) 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";