diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-26 16:49:00 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-26 16:49:00 +0200 |
commit | 04ddeef90f8dfb541e1b87ace1cb817679a488df (patch) | |
tree | 1a5929b845b796866c8637ae776b9d8dffc0ecb5 /doc/md/git-bug.md | |
parent | 18f5c1632f51b7f7172441651b13ac267b421df2 (diff) | |
download | git-bug-04ddeef90f8dfb541e1b87ace1cb817679a488df.tar.gz |
commands: add a "deselect" command to deselect a previously selected bug
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 1 |
1 files changed, 1 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 |