Generated from the current Cobra command tree.
Change a branch parent and restack the affected subtree
Change one tracked branch to a new parent, preview the rewrite, update metadata, and restack from the recorded anchor.
stack move <branch> [flags]
stack move feature/b --parent feature/a
stack move feature/b --parent main --yes
-h, --help help for move
--parent string New parent branch
--yes Skip confirmation
- stack - Manage explicit stacked PR workflows with Git and GitHub