git-bug_select.md
1## git-bug select
2
3Select a bug for implicit use in future commands
4
5### Synopsis
6
7Select a bug for implicit use in future commands
8
9```
10git-bug select [<id>] [flags]
11```
12
13### Examples
14
15```
16git bug select 2f15
17git bug comment
18git bug status
19
20```
21
22### Options
23
24```
25 -h, --help help for select
26```
27
28### SEE ALSO
29
30* [git-bug](git-bug.md) - A bugtracker embedded in Git
31