2018-09-18 14:17:39 +03:00
|
|
|
.nh
|
2022-02-15 21:57:26 +03:00
|
|
|
.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
|
2018-09-18 14:17:39 +03:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
git-bug-select - Select a bug for implicit use in future commands.
|
2018-09-18 14:17:39 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug select ID [flags]\fP
|
2018-09-18 14:17:39 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2019-03-02 00:56:04 +03:00
|
|
|
Select a bug for implicit use in future commands.
|
2018-09-18 14:17:39 +03:00
|
|
|
|
2019-03-27 23:46:57 +03:00
|
|
|
.PP
|
2020-07-28 21:24:24 +03:00
|
|
|
This command allows you to omit any bug ID argument, for example:
|
2019-03-27 23:46:57 +03:00
|
|
|
git bug show
|
|
|
|
instead of
|
|
|
|
git bug show 2f153ca
|
|
|
|
|
|
|
|
.PP
|
|
|
|
The complementary command is "git bug deselect" performing the opposite operation.
|
|
|
|
|
2018-09-18 14:17:39 +03:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-h\fP, \fB--help\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
help for select
|
2018-09-18 14:17:39 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH EXAMPLE
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.nf
|
|
|
|
git bug select 2f15
|
|
|
|
git bug comment
|
|
|
|
git bug status
|
|
|
|
|
|
|
|
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug(1)\fP
|