From 9e78c6a19f7127187990db36245c7afb5961038c Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 31 Aug 2022 11:08:48 +0200 Subject: [PATCH] feat(git): automatically create remote refs on push and track it for local branch --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 493801c..49ef3f3 100644 --- a/home.nix +++ b/home.nix @@ -401,6 +401,7 @@ source <(kubectl completion zsh) # see https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b help.autocorrect = 1; fetch.prune = true; + push.autoSetupRemote = true; }; };