mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
1.1 KiB
1.1 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 you are already using to collaborate with other people.
git-bug [flags]
Options
-h, --help help for git-bug
SEE ALSO
- git-bug bridge - List bridges to other bug trackers
- git-bug bug - List bugs
- git-bug commands - Display available commands.
- git-bug label - List valid labels
- git-bug pull - Pull updates from a git remote
- git-bug push - Push updates to a git remote
- git-bug termui - Launch the terminal UI
- git-bug user - List identities
- git-bug version - Show git-bug version information
- git-bug webui - Launch the web UI
- git-bug wipe - Wipe git-bug from the git repository