diff --git a/cmd/av/stack_sync.go b/cmd/av/stack_sync.go index 8dda60d9..347c250c 100644 --- a/cmd/av/stack_sync.go +++ b/cmd/av/stack_sync.go @@ -53,11 +53,13 @@ By default, this command will sync all branches starting at the root of the stack and recursively rebasing each branch based on the latest commit from the parent branch. +If the --all flag is given, this command will sync all branches in the repository. + If the --current flag is given, this command will not recursively sync dependent branches of the current branch within the stack. This allows you to make changes to the current branch before syncing the rest of the stack. -If the --trunk flag is given, this command will synchronize changes from the +If the --rebase-to-trunk flag is given, this command will synchronize changes from the latest commit to the repository base branch (e.g., main or master) into the stack. This is useful for rebasing a whole stack on the latest changes from the base branch.