feat(git): automatically create remote refs on push

and track it for local branch
This commit is contained in:
Pierre Martin
2022-08-31 11:08:48 +02:00
parent e2747733a4
commit 9e78c6a19f

View File

@@ -401,6 +401,7 @@ source <(kubectl completion zsh)
# see https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b # see https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b
help.autocorrect = 1; help.autocorrect = 1;
fetch.prune = true; fetch.prune = true;
push.autoSetupRemote = true;
}; };
}; };