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

-h, --help
show this help message and exit
-q, --quiet
be quiet
--all
delete all branches in all projects

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

January 2021 repo abandon