# av-reparent Command Guide

### NAME

av-reparent - Change the parent of the current branch

### SYNOPSIS

```synopsis
av reparent [--parent=<parent>]
```

### DESCRIPTION

This rebases the current branch onto the new parent and runs the restack operations on the children. It does not push the changes to the remote.

### OPTIONS

`--parent=<parent>` : Parent branch to rebase onto.


---

# 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/av-reparent-1.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.
