git-bug_rm.md
1## git-bug rm
2
3Remove an existing bug.
4
5### Synopsis
6
7Remove an existing bug in the local repository. Note removing bugs that were imported from bridges will not remove the bug on the remote, and will only remove the local copy of the bug.
8
9```
10git-bug rm ID [flags]
11```
12
13### Options
14
15```
16 -h, --help help for rm
17```
18
19### SEE ALSO
20
21* [git-bug](git-bug.md) - A bug tracker embedded in Git.
22