git-bug.md

 1## git-bug
 2
 3A bug tracker embedded in Git
 4
 5### Synopsis
 6
 7git-bug is a bug tracker embedded in git.
 8
 9It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples.
10
11```
12git-bug [flags]
13```
14
15### Options
16
17```
18  -h, --help   help for git-bug
19```
20
21### SEE ALSO
22
23* [git-bug add](git-bug_add.md)	 - Create a new bug
24* [git-bug bridge](git-bug_bridge.md)	 - Configure and use bridges to other bug trackers
25* [git-bug commands](git-bug_commands.md)	 - Display available commands
26* [git-bug comment](git-bug_comment.md)	 - Display or add comments
27* [git-bug label](git-bug_label.md)	 - Display, add or remove labels
28* [git-bug ls](git-bug_ls.md)	 - List bugs
29* [git-bug ls-label](git-bug_ls-label.md)	 - List valid labels
30* [git-bug pull](git-bug_pull.md)	 - Pull bugs update from a git remote
31* [git-bug push](git-bug_push.md)	 - Push bugs update to a git remote
32* [git-bug select](git-bug_select.md)	 - Select a bug for implicit use in future commands
33* [git-bug show](git-bug_show.md)	 - Display the details of a bug
34* [git-bug status](git-bug_status.md)	 - Display or change a bug status
35* [git-bug termui](git-bug_termui.md)	 - Launch the terminal UI
36* [git-bug title](git-bug_title.md)	 - Display or change a title
37* [git-bug webui](git-bug_webui.md)	 - Launch the web UI
38