feat(git): automatically set-upstream on push
This commit is contained in:
parent
5bcecad8b6
commit
dc22952892
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@
|
|||
|
||||
pull.rebase = true;
|
||||
|
||||
push.recurseSubmodules = "on-demand";
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
recurseSubmodules = "on-demand";
|
||||
};
|
||||
|
||||
rebase = {
|
||||
qutoSquash = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue