diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ git bug pull [<remote>] # Push bugs update to a git remote git bug push [<remote>] +# Display the details of a bug +git bug show <id> + # Launch the web UI git bug webui ``` |