feat(git): automatically create remote refs on push
and track it for local branch
This commit is contained in:
1
home.nix
1
home.nix
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user