git-bug_deselect.md

 1## git-bug deselect
 2
 3Clear the implicitly selected bug.
 4
 5```
 6git-bug deselect [flags]
 7```
 8
 9### Examples
10
11```
12git bug select 2f15
13git bug comment
14git bug status
15git bug deselect
16
17```
18
19### Options
20
21```
22  -h, --help   help for deselect
23```
24
25### SEE ALSO
26
27* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
28