mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
23 lines
394 B
Markdown
23 lines
394 B
Markdown
## git-bug rm
|
|
|
|
Remove an existing bug.
|
|
|
|
### Synopsis
|
|
|
|
Remove 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.
|
|
|
|
```
|
|
git-bug rm ID [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for rm
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
|