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