repo - repo abandon - manual page for repo abandon
Contents
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>".
Name
repo - repo abandon - manual page for repo abandon
Options
-h, --help
show this help message and exit
-j JOBS, --jobs=JOBS
number of jobs to run in parallel (default: based on number of CPU cores)
--all delete all branches in all projects
Loggingoptions:-v, --verbose
show all output
-q, --quiet
only show errors
Multi-manifestoptions:--outer-manifest
operate starting at the outermost manifest
--no-outer-manifest
do not operate on outer manifests
--this-manifest-only
only operate on this (sub)manifest
--no-this-manifest-only, --all-manifests
operate on this manifest and its submanifests
Run `repo help abandon` to view the detailed manual.
repo abandon July 2022 REPO(1)
Synopsis
repoabandon [--all|<branchname>] [<project>...]
