feat(git): update dependent branches on rebase
This commit is contained in:
parent
325ddabe3c
commit
5bcecad8b6
1 changed files with 5 additions and 1 deletions
|
@ -78,7 +78,11 @@
|
|||
|
||||
push.recurseSubmodules = "on-demand";
|
||||
|
||||
rebase.autostash = true;
|
||||
rebase = {
|
||||
qutoSquash = true;
|
||||
autoStash = true;
|
||||
updateRefs = true;
|
||||
};
|
||||
|
||||
rerere = {
|
||||
autoupdate = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue