1REPO(1)                           Repo Manual                          REPO(1)
2
3
4

NAME

6       repo - repo abandon - manual page for repo abandon
7

SYNOPSIS

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

DESCRIPTION

12       Summary
13
14       Permanently abandon a development branch
15
16       This  subcommand  permanently abandons a development branch by deleting
17       it (and all its history) from your local repository.
18
19       It is equivalent to "git branch -D <branchname>".
20

OPTIONS

22       -h, --help
23              show this help message and exit
24
25       -j JOBS, --jobs=JOBS
26              number of jobs to run in parallel (default: based on  number  of
27              CPU cores)
28
29       --all  delete all branches in all projects
30
31   Logging options:
32       -v, --verbose
33              show all output
34
35       -q, --quiet
36              only show errors
37
38       Run `repo help abandon` to view the detailed manual.
39
40
41
42repo abandon                       July 2021                           REPO(1)
Impressum