av-stack-reorder(1) in CLI

View av-stack-reorder(1) command documentation for Stacked PRs CLI. Use the command to re-arrange branches within the stack and drop or move commits.

NAME

av-reorder - Interactively reorder the stack

SYNOPSIS

av reorder [--continue | --abort]

DESCRIPTION

This is analogous to git rebase --interactive but operates across all branches in the stack.

Branches can be re-arranged within the stack and commits can be dropped, or moved within the stack, even across the branches.

OPTIONS

--continue : Continue an in-progress reorder.

--abort : Abort an in-progress reorder.

Last updated

Was this helpful?