diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-18 16:51:49 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-18 16:51:49 +0200 |
commit | b4ba7bde718608582ed36b216a847659e76cd872 (patch) | |
tree | b95e97944de9a9a3f66fd75ec2761f3d5e4e3d9c /Readme.md | |
parent | cfa11372cbcbb5f4553f3dcd8897d5f5207c6507 (diff) | |
download | git-bug-b4ba7bde718608582ed36b216a847659e76cd872.tar.gz |
update readme with the label command
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ git bug commands [<option>...] # Add a new comment to a bug git bug comment [<options>...] <id> +# Manipulate bug's label +git bug label <id> [<option>...] [<label>...] + # Display a summary of all bugs git bug ls |