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