av-reparent Command Guide
Understand the av-reparent command for restructuring Git branches in Aviator CLI.
NAME
av-reparent - Change the parent of the current branch
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.
Last updated
Was this helpful?