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 to a bug.
 - git-bug deselect - Clear the implicitly selected bug.
 - git-bug label - Display, add or remove labels to/from a bug.
 - git-bug ls - List bugs.
 - git-bug ls-id - List bug identifiers.
 - 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 of a bug.
 - git-bug user - Display or change the user identity.
 - git-bug version - Show git-bug version information.
 - git-bug webui - Launch the web UI.