aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-17 19:31:18 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-17 19:31:18 +0200
commit9e6c687fca71103fd7550e25c471b9f805337b09 (patch)
treeb38f78b89bdb3de54d35310af5146ecd86eeba1a /Readme.md
parent76ac1787b8de8698b878d1837c5fa8f6fe6403fc (diff)
downloadgit-bug-9e6c687fca71103fd7550e25c471b9f805337b09.tar.gz
update readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index faecc61d..bb997c18 100644
--- a/Readme.md
+++ b/Readme.md
@@ -44,9 +44,14 @@ And pull for updates:
git bug pull [<remote>]
```
+You can now use commands like `show`, `comment`, `open` or `close` to display and modify bugs.
+
## All commands
```bash
+# Mark the bug as closed
+git bug close <id>
+
# Display available commands
git bug commands [<option>...]
@@ -59,6 +64,9 @@ git bug ls
# Create a new bug
git bug new [<option>...] <title>
+# Mark the bug as open
+git bug open <id>
+
# Pull bugs update from a git remote
git bug pull [<remote>]