NAME av-reorder - Interactively reorder the stack SYNOPSIS Copy
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. Previous av-stack-prev(1) in CLI Next av-reparent Command Guide Last updated 1 year ago Was this helpful?