DOKK / manpages / debian 11 / repo / repo-abandon.1.en
REPO(1) Repo Manual REPO(1)

repo - repo abandon - manual page for repo abandon

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

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>".

show this help message and exit
number of jobs to run in parallel (default: 4)
delete all branches in all projects
Logging options:
show all output
only show errors

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

June 2021 repo abandon