diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-15 20:31:40 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-15 20:31:40 +0200 |
commit | 6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2 (patch) | |
tree | 13f378972d6dd152be5adfcf2df2c2b6aee95db8 /doc/md/git-bug.md | |
parent | bfb5e96aab9e78f05942151060cc92fdaa32bedd (diff) | |
download | git-bug-6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2.tar.gz git-bug-6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2.zip |
commands: add `git bug comment add` to add a comment
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 6131ed2c..b3f66627 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -20,12 +20,12 @@ git-bug [flags] ### SEE ALSO +* [git-bug add](git-bug_add.md) - Create a new bug * [git-bug close](git-bug_close.md) - Mark the bug as closed * [git-bug commands](git-bug_commands.md) - Display available commands -* [git-bug comment](git-bug_comment.md) - Add a new comment to a bug +* [git-bug comment](git-bug_comment.md) - Show a bug's comments * [git-bug label](git-bug_label.md) - Manipulate bug's label * [git-bug ls](git-bug_ls.md) - List bugs -* [git-bug new](git-bug_new.md) - Create a new bug * [git-bug open](git-bug_open.md) - Mark the bug as open * [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 |