blob: d4136068389bb1d0879aef905351bd603371cbc5 (
plain) (
tree)
|
|
## git-bug bug deselect
Clear the implicitly selected bug
```
git-bug bug deselect [flags]
```
### Examples
```
git bug select 2f15
git bug comment
git bug status
git bug deselect
```
### Options
```
-h, --help help for deselect
```
### SEE ALSO
* [git-bug bug](git-bug_bug.md) - List bugs
|