diff options
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/git-bug.md | 1 | ||||
-rw-r--r-- | doc/md/git-bug_deselect.md | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index af4859ce..a7fd865f 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -24,6 +24,7 @@ git-bug [flags] * [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers * [git-bug commands](git-bug_commands.md) - Display available commands * [git-bug comment](git-bug_comment.md) - Display or add comments +* [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug * [git-bug label](git-bug_label.md) - Display, add or remove labels * [git-bug ls](git-bug_ls.md) - List bugs * [git-bug ls-label](git-bug_ls-label.md) - List valid labels diff --git a/doc/md/git-bug_deselect.md b/doc/md/git-bug_deselect.md new file mode 100644 index 00000000..dbc86dc9 --- /dev/null +++ b/doc/md/git-bug_deselect.md @@ -0,0 +1,32 @@ +## git-bug deselect + +Clear the implicitly selected bug + +### Synopsis + +Clear the implicitly selected bug + +``` +git-bug deselect [flags] +``` + +### Examples + +``` +git bug select 2f15 +git bug comment +git bug status +git bug deselect + +``` + +### Options + +``` + -h, --help help for deselect +``` + +### SEE ALSO + +* [git-bug](git-bug.md) - A bug tracker embedded in Git + |