1.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
2.nh
3.ad l
4
5
6.SH NAME
7.PP
8git\-bug\-select \- Select a bug for implicit use in future commands.
9
10
11.SH SYNOPSIS
12.PP
13\fBgit\-bug select <id> [flags]\fP
14
15
16.SH DESCRIPTION
17.PP
18Select a bug for implicit use in future commands.
19
20.PP
21This command allows you to omit any bug <id> argument, for example:
22 git bug show
23instead of
24 git bug show 2f153ca
25
26.PP
27The complementary command is "git bug deselect" performing the opposite operation.
28
29
30.SH OPTIONS
31.PP
32\fB\-h\fP, \fB\-\-help\fP[=false]
33 help for select
34
35
36.SH EXAMPLE
37.PP
38.RS
39
40.nf
41git bug select 2f15
42git bug comment
43git bug status
44
45
46.fi
47.RE
48
49
50.SH SEE ALSO
51.PP
52\fBgit\-bug(1)\fP