diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-18 13:17:39 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-18 13:17:39 +0200 |
commit | 5f9fd2a2d95bd23e5d6972ec822bf1fea3077804 (patch) | |
tree | 9c6b0a9ff684179916207689c6b5c808efb67eb7 /doc/md/git-bug.md | |
parent | 0d5998eb67f9bbf146e15a127a2d6a89aa14eab9 (diff) | |
download | git-bug-5f9fd2a2d95bd23e5d6972ec822bf1fea3077804.tar.gz git-bug-5f9fd2a2d95bd23e5d6972ec822bf1fea3077804.zip |
commands: add a "select" command to select a bug for future implicit use
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 6825f481..f38c3c36 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -27,6 +27,7 @@ git-bug [flags] * [git-bug ls](git-bug_ls.md) - List bugs * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote * [git-bug push](git-bug_push.md) - Push bugs update to a git remote +* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands * [git-bug show](git-bug_show.md) - Display the details of a bug * [git-bug status](git-bug_status.md) - Show the bug status * [git-bug termui](git-bug_termui.md) - Launch the terminal UI |