1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo abandon - manual page for repo abandon
7
9 repo abandon [--all | <branchname>] [<project>...]
10
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
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 Multi-manifest options:
39 --outer-manifest
40 operate starting at the outermost manifest
41
42 --no-outer-manifest
43 do not operate on outer manifests
44
45 --this-manifest-only
46 only operate on this (sub)manifest
47
48 --no-this-manifest-only, --all-manifests
49 operate on this manifest and its submanifests
50
51 Run `repo help abandon` to view the detailed manual.
52
53
54
55repo abandon July 2022 REPO(1)