aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_version.md
diff options
context:
space:
mode:
authorMichael Muré <michael.mure@consensys.net>2019-02-20 21:56:33 +0100
committerMichael Muré <michael.mure@consensys.net>2019-02-20 21:56:33 +0100
commit59ea2e018e05e7a4033d572f819f4a696ab74397 (patch)
tree01a427bfc2f67208e1801e8e06a934d91eb9a777 /doc/md/git-bug_version.md
parent09692456c7a5491b37a22d72e652de66ecc8d4e7 (diff)
downloadgit-bug-59ea2e018e05e7a4033d572f819f4a696ab74397.tar.gz
add a "version" command with various outputs, including the git hash and tag
Diffstat (limited to 'doc/md/git-bug_version.md')
-rw-r--r--doc/md/git-bug_version.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/md/git-bug_version.md b/doc/md/git-bug_version.md
new file mode 100644
index 00000000..6b6d4288
--- /dev/null
+++ b/doc/md/git-bug_version.md
@@ -0,0 +1,25 @@
+## git-bug version
+
+Show git-bug version information
+
+### Synopsis
+
+Show git-bug version information
+
+```
+git-bug version [flags]
+```
+
+### Options
+
+```
+ -n, --number Only show the version number
+ -c, --commit Only show the commit hash
+ -a, --all Show all version informations
+ -h, --help help for version
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bug tracker embedded in Git
+