# Manpages for Stacked PRs CLI

- [av(1)](https://docs.aviator.co/aviator-cli/manpages/av.1.md): Learn more about the av(1) command, which allows you to manage stacked pull requests with Aviator. View subcomands related to av(1) in manual pages.
- [av-adopt Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-adopt-1.md): Learn how to use the av-adopt command in Aviator CLI for seamless repository adoption.
- [av-auth-status(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-auth-1.md): Access key information about the av-auth-status(1) command in manual pages for Stacked PRs CLI. Name, synopsis, and description in Aviator Documentation.
- [av-stack-branch(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-branch-1.md): View the av-stack-branch(1) command documentation in manual pages for Stacked PRs CLI. Use this command to create or rename a branch in the stack.
- [av-commit-create(1) in CL](https://docs.aviator.co/aviator-cli/manpages/av-commit-1.md): Find information about the av-commit-create(1) command in manual pages for Stacked PRs CLI. Synopsis, description, and options in Aviator Documentation.
- [av-stack-diff(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-diff-1.md): View manual pages for the av-stack-diff(1)  command in Stacked PRs CLI. The command generates the diff between the working tree and the parent branch.
- [av-fetch(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-fetch-1.md): Learn more about the av-fetch(1) command in manual pages for Stacked PRs CLI. Fetch the latest repository state from GitHub with the Aviator developer suite.
- [av-git-interaction Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-git-interaction-7.md): Discover how the av-git-interaction command improves Git workflows in Aviator CLI.
- [av-init(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-init-1.md): View manual pages for the av-init(1) command. Aviator CLI internally stores metadata in the repository. This command initializes the metadata storage.
- [av-stack-next(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-next-1.md): Access manual pages for the av-stack-next(1) command in Stacked PRs CLI documentation. This command will default to checking out the next branch in the stack.
- [av-orphan Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-orphan-1.md): Learn how to use the av-orphan command to manage orphan branches efficiently in Aviator CLI.
- [av-pr-status(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-pr-status-1.md): Manual pages for the av-pr-status(1) command in Stacked PRs CLI. Gets the status of the current branch's associated pull request and required status checks.
- [av-pr-create(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-pr-1.md): Manual pages for the av-pr-create(1) command in Stacked PRs CLI. Use it to create a pull request for the current branch. Description, options, and examples.
- [av-stack-prev(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-prev-1.md): Learn more about the av-stack-prev(1) command in Stacked PRs CLI documentation. This command will default to checking out the previous branch in the stack.
- [av-stack-reorder(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-reorder-1.md): 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.
- [av-reparent Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-reparent-1.md): Understand the av-reparent command for restructuring Git branches in Aviator CLI.
- [av-restack Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-restack-1.md): Optimize stacked pull requests using the av-restack command in Aviator CLI.
- [av-commit-split(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-split-commit-1.md): View key information about the av-commit-split(1) command in manual pages for Stacked PRs CLI. Split the currently checked out commit into multiple commits.
- [av-switch Command Guide](https://docs.aviator.co/aviator-cli/manpages/av-switch-1.md): Learn how to use the av-switch command for seamless branch switching in Aviator CLI.
- [av-stack-sync(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-sync-1.md): Access manual pages for the av-stack-sync(1) command in Stacked PRs CLI. This command is used to fetch and push the changes to the remote GitHub repository.
- [av-stack-tidy(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-tidy-1.md): Manual pages for the av-stack-tidy(1) command in Stacked PRs CLI. This command detects deleted or merged branches and re-parents children of merged branches.
- [av-stack-tree(1) in CLI](https://docs.aviator.co/aviator-cli/manpages/av-tree-1.md): Learn more about the av-stack-tree(1) command in manual pages for Stacked PRs CLI. You can apply this command to show the tree of stacked branches.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aviator.co/aviator-cli/manpages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
