mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
1.5 KiB
1.5 KiB
git-bug
A bug tracker embedded in Git
Synopsis
git-bug is a bug tracker embedded in git.
git-bug use git objects to store the bug tracking separated from the files history. As bugs are regular git objects, they can be pushed and pulled from/to the same git remote your are already using to collaborate with other peoples.
git-bug [flags]
Options
-h, --help help for git-bug
SEE ALSO
- git-bug add - Create a new bug
- git-bug bridge - Configure and use bridges to other bug trackers
- git-bug commands - Display available commands
- git-bug comment - Display or add comments
- git-bug deselect - Clear the implicitly selected bug
- git-bug label - Display, add or remove labels
- git-bug ls - List bugs
- git-bug ls-label - List valid labels
- git-bug pull - Pull bugs update from a git remote
- git-bug push - Push bugs update to a git remote
- git-bug select - Select a bug for implicit use in future commands
- git-bug show - Display the details of a bug
- git-bug status - Display or change a bug status
- git-bug termui - Launch the terminal UI
- git-bug title - Display or change a title
- git-bug webui - Launch the web UI