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
 9This command allows you to omit any bug ID argument, for example:
10  git bug show
11instead of
12  git bug show 2f153ca
13
14The complementary command is "git bug deselect" performing the opposite operation.
15
16
17```
18git-bug select ID [flags]
19```
20
21### Examples
22
23```
24git bug select 2f15
25git bug comment
26git bug status
27
28```
29
30### Options
31
32```
33  -h, --help   help for select
34```
35
36### SEE ALSO
37
38* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
39