1## git-bug
2
3A bug tracker embedded in Git.
4
5### Synopsis
6
7git-bug is a bug tracker embedded in git.
8
9git-bug use git objects to store the bug tracking separated from the files
10history. As bugs are regular git objects, they can be pushed and pulled from/to
11the same git remote you are already using to collaborate with other people.
12
13
14
15```
16git-bug [flags]
17```
18
19### Options
20
21```
22 -h, --help help for git-bug
23```
24
25### SEE ALSO
26
27* [git-bug add](git-bug_add.md) - Create a new bug.
28* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers.
29* [git-bug commands](git-bug_commands.md) - Display available commands.
30* [git-bug comment](git-bug_comment.md) - Display or add comments to a bug.
31* [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug.
32* [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug.
33* [git-bug ls](git-bug_ls.md) - List bugs.
34* [git-bug ls-label](git-bug_ls-label.md) - List valid labels.
35* [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote.
36* [git-bug push](git-bug_push.md) - Push bugs update to a git remote.
37* [git-bug rm](git-bug_rm.md) - Remove an existing bug.
38* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands.
39* [git-bug show](git-bug_show.md) - Display the details of a bug.
40* [git-bug status](git-bug_status.md) - Display or change a bug status.
41* [git-bug termui](git-bug_termui.md) - Launch the terminal UI.
42* [git-bug title](git-bug_title.md) - Display or change a title of a bug.
43* [git-bug user](git-bug_user.md) - Display or change the user identity.
44* [git-bug version](git-bug_version.md) - Show git-bug version information.
45* [git-bug webui](git-bug_webui.md) - Launch the web UI.
46