mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
update readme
This commit is contained in:
parent
76ac1787b8
commit
9e6c687fca
@ -44,9 +44,14 @@ And pull for updates:
|
|||||||
git bug pull [<remote>]
|
git bug pull [<remote>]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can now use commands like `show`, `comment`, `open` or `close` to display and modify bugs.
|
||||||
|
|
||||||
## All commands
|
## All commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Mark the bug as closed
|
||||||
|
git bug close <id>
|
||||||
|
|
||||||
# Display available commands
|
# Display available commands
|
||||||
git bug commands [<option>...]
|
git bug commands [<option>...]
|
||||||
|
|
||||||
@ -59,6 +64,9 @@ git bug ls
|
|||||||
# Create a new bug
|
# Create a new bug
|
||||||
git bug new [<option>...] <title>
|
git bug new [<option>...] <title>
|
||||||
|
|
||||||
|
# Mark the bug as open
|
||||||
|
git bug open <id>
|
||||||
|
|
||||||
# Pull bugs update from a git remote
|
# Pull bugs update from a git remote
|
||||||
git bug pull [<remote>]
|
git bug pull [<remote>]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user