Skip to content

Commit

Permalink
Update the help text for the stack sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
draftcode committed Aug 19, 2024
1 parent ae0e446 commit 3b80f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/av/stack_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b80f43

Please sign in to comment.