aboutsummaryrefslogblamecommitdiffstats
path: root/doc/md/git-bug.md
blob: b311aff59e6f8eeaba0bf98c65221c463757f703 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

          
                             


            
                                         
 

                                                                               
                                                                           

 












                               

                                                                             
                                                                              






                                                                           
 
## 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](git-bug_bridge.md)	 - List bridges to other bug trackers
* [git-bug bug](git-bug_bug.md)	 - List bugs
* [git-bug commands](git-bug_commands.md)	 - Display available commands.
* [git-bug label](git-bug_label.md)	 - List valid labels
* [git-bug pull](git-bug_pull.md)	 - Pull updates from a git remote
* [git-bug push](git-bug_push.md)	 - Push updates to a git remote
* [git-bug termui](git-bug_termui.md)	 - Launch the terminal UI
* [git-bug user](git-bug_user.md)	 - List identities
* [git-bug version](git-bug_version.md)	 - Show git-bug version information
* [git-bug webui](git-bug_webui.md)	 - Launch the web UI