aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug.md
blob: b6800a559aa550e13fda08370e8cce8681e30aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## git-bug

A bugtracker embedded in Git

### Synopsis

git-bug is a bugtracker embedded in git.

It 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.

```
git-bug [flags]
```

### Options

```
  -h, --help   help for git-bug
```

### SEE ALSO

* [git-bug close](git-bug_close.md)	 - Mark the bug as closed
* [git-bug commands](git-bug_commands.md)	 - Display available commands
* [git-bug comment](git-bug_comment.md)	 - Add a new comment to a bug
* [git-bug label](git-bug_label.md)	 - Manipulate bug's label
* [git-bug ls](git-bug_ls.md)	 - Display a summary of all bugs
* [git-bug new](git-bug_new.md)	 - Create a new bug
* [git-bug open](git-bug_open.md)	 - Mark the bug as open
* [git-bug pull](git-bug_pull.md)	 - Pull bugs update from a git remote
* [git-bug push](git-bug_push.md)	 - Push bugs update to a git remote
* [git-bug show](git-bug_show.md)	 - Display the details of a bug
* [git-bug webui](git-bug_webui.md)	 - Launch the web UI

###### Auto generated by spf13/cobra on 20-Jul-2018