Suggestion
The most common workflow is: fix something on an early branch, then sync the stack and push all branches. This always requires two commands:
A --push flag on stck sync would streamline this:
This combines the rebase cascade with the force push in a single step.
Suggestion
The most common workflow is: fix something on an early branch, then sync the stack and push all branches. This always requires two commands:
A
--pushflag onstck syncwould streamline this:This combines the rebase cascade with the force push in a single step.