diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-25 20:18:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 20:18:15 +0100 |
commit | 5e4a656f85e6145f099c27bfcf42dabe1f317cb2 (patch) | |
tree | a955ed9bd73e231bcf22371dd05ce30f86033b77 /doc/md | |
parent | d380b3c16b4321d9262a49e065b54f0525da7187 (diff) | |
parent | 3c0c13bbbe934d0fa9476fa5c07bf04ea5a99b94 (diff) | |
download | git-bug-5e4a656f85e6145f099c27bfcf42dabe1f317cb2.tar.gz |
Merge pull request #97 from sladyn98/ls_id_branch
A command to list matching bug id from a prefix
Diffstat (limited to 'doc/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 e88cfd0c..a1c1c885 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -31,6 +31,7 @@ git-bug [flags] * [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-id](git-bug_ls-id.md) - List Bug Id * [git-bug ls-label](git-bug_ls-label.md) - List valid labels * [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 |