blob: a111d8c9bacf949b44c826ca970dc19a20c6627f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.nh
.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
.SH NAME
git-bug-bug-deselect - Clear the implicitly selected bug
.SH SYNOPSIS
\fBgit-bug bug deselect [flags]\fP
.SH DESCRIPTION
Clear the implicitly selected bug
.SH OPTIONS
\fB-h\fP, \fB--help\fP[=false]
help for deselect
.SH EXAMPLE
.EX
git bug select 2f15
git bug comment
git bug status
git bug deselect
.EE
.SH SEE ALSO
\fBgit-bug-bug(1)\fP
|