aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug.3
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-20 15:47:06 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-20 15:47:06 +0200
commit5a8c6498bb289ce7859fc17803a5a54bc22646c6 (patch)
treecd84d64de7156d700077790291e12df435bea1c9 /doc/man/git-bug.3
parente89f87624f27b7b98efc959bd96e260ac86f9236 (diff)
downloadgit-bug-5a8c6498bb289ce7859fc17803a5a54bc22646c6.tar.gz
generate manpages
Diffstat (limited to 'doc/man/git-bug.3')
-rw-r--r--doc/man/git-bug.337
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/man/git-bug.3 b/doc/man/git-bug.3
new file mode 100644
index 00000000..d88c6166
--- /dev/null
+++ b/doc/man/git-bug.3
@@ -0,0 +1,37 @@
+.TH "MINE" "3" "Jul 2018" "Auto generated by spf13/cobra" ""
+.nh
+.ad l
+
+
+.SH NAME
+.PP
+git\-bug \- A bugtracker embedded in Git
+
+
+.SH SYNOPSIS
+.PP
+\fBgit\-bug [flags]\fP
+
+
+.SH DESCRIPTION
+.PP
+git\-bug is a bugtracker embedded in git.
+
+.PP
+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.
+
+
+.SH OPTIONS
+.PP
+\fB\-h\fP, \fB\-\-help\fP[=false]
+ help for git\-bug
+
+
+.SH SEE ALSO
+.PP
+\fBgit\-bug\-close(3)\fP, \fBgit\-bug\-commands(3)\fP, \fBgit\-bug\-comment(3)\fP, \fBgit\-bug\-label(3)\fP, \fBgit\-bug\-ls(3)\fP, \fBgit\-bug\-new(3)\fP, \fBgit\-bug\-open(3)\fP, \fBgit\-bug\-pull(3)\fP, \fBgit\-bug\-push(3)\fP, \fBgit\-bug\-show(3)\fP, \fBgit\-bug\-webui(3)\fP
+
+
+.SH HISTORY
+.PP
+20\-Jul\-2018 Auto generated by spf13/cobra