Quickstart for Stacked PRs CLI
Quickstart guide for Stacked PRs CLI. Learn how to use Aviator CLI to drive day-to-day development. Initialization guidelines, topic branch creation, and more.
Before you begin
Initialize your repository with Aviator CLI
$ av init
Successfully initialized repository for use with av!Create a topic branch
$ git switch main
Already on 'main'
Your branch is up to date with 'origin/main'.
$ echo "Some changes" > testfile
$ av commit -A -m "Add a new file" --branch-name mytopic
[mytopic b420345] Add a new file
1 file changed, 1 insertion(+)
create mode 100644 testfileCreate a pull-request
Stack a new topic branch
Create a second pull-request
Merge and sync the pull-requests
What's next
Last updated
Was this helpful?
