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
 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 bridge](git-bug_bridge.md)	 - List bridges to other bug trackers
28* [git-bug bug](git-bug_bug.md)	 - List bugs
29* [git-bug label](git-bug_label.md)	 - List valid labels
30* [git-bug pull](git-bug_pull.md)	 - Pull updates from a git remote
31* [git-bug push](git-bug_push.md)	 - Push updates to a git remote
32* [git-bug termui](git-bug_termui.md)	 - Launch the terminal UI
33* [git-bug user](git-bug_user.md)	 - List identities
34* [git-bug version](git-bug_version.md)	 - Show git-bug version information
35* [git-bug webui](git-bug_webui.md)	 - Launch the web UI
36* [git-bug wipe](git-bug_wipe.md)	 - Wipe git-bug from the git repository
37