blob: 51ce5dda44b4b0bb56f27fbe3095add44705aaf3 (
plain) (
tree)
|
|
## git-bug deselect
Clear the implicitly selected bug.
```
git-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](git-bug.md) - A bug tracker embedded in Git.
|