mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
33 lines
361 B
Markdown
33 lines
361 B
Markdown
## git-bug deselect
|
|
|
|
Clear the implicitly selected bug.
|
|
|
|
### Synopsis
|
|
|
|
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.
|
|
|