gh-stack
gh-stack copied to clipboard
please describe how/if gh-stack works to move the entire stack onto an updated master
Does this tool work to rebase the entire stack onto an updated master branch? If so ... perhaps a one-line example showing this would be good. (Issue is that starting with origin/master
wouldn't work - it has moved - so you probably need to start with the commit where origin/master
was (i.e., where the stack originally branched from) ...
(P.S. - source blog post is an amazing explanation of how to do stacked PRs in general and how to incorporate code review changes in particular - even now in late 2022.)