Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repo abandon - manual page for repo abandon

SYNOPSIS

repo abandon [--all | <branchname>] [<project>...]

DESCRIPTION

Summary

Permanently abandon a development branch

This subcommand permanently abandons a development branch by deleting it (and all its history) from your local repository.

It is equivalent to "git branch -D <branchname>".

OPTIONS

show this help message and exit
number of jobs to run in parallel (default: based on number of CPU cores)
delete all branches in all projects

Logging options:

show all output
only show errors

Multi-manifest options:

operate starting at the outermost manifest
do not operate on outer manifests
only operate on this (sub)manifest
operate on this manifest and its submanifests

Run `repo help abandon` to view the detailed manual.

July 2022 repo abandon