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;
|
pull.rebase = true;
|
||||||
|
|
||||||
push.recurseSubmodules = "on-demand";
|
push = {
|
||||||
|
autoSetupRemote = true;
|
||||||
|
recurseSubmodules = "on-demand";
|
||||||
|
};
|
||||||
|
|
||||||
rebase = {
|
rebase = {
|
||||||
qutoSquash = true;
|
qutoSquash = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue