aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_select.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-18 13:17:39 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-18 13:17:39 +0200
commit5f9fd2a2d95bd23e5d6972ec822bf1fea3077804 (patch)
tree9c6b0a9ff684179916207689c6b5c808efb67eb7 /doc/md/git-bug_select.md
parent0d5998eb67f9bbf146e15a127a2d6a89aa14eab9 (diff)
downloadgit-bug-5f9fd2a2d95bd23e5d6972ec822bf1fea3077804.tar.gz
commands: add a "select" command to select a bug for future implicit use
Diffstat (limited to 'doc/md/git-bug_select.md')
-rw-r--r--doc/md/git-bug_select.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/md/git-bug_select.md b/doc/md/git-bug_select.md
new file mode 100644
index 00000000..014ba512
--- /dev/null
+++ b/doc/md/git-bug_select.md
@@ -0,0 +1,31 @@
+## git-bug select
+
+Select a bug for implicit use in future commands
+
+### Synopsis
+
+Select a bug for implicit use in future commands
+
+```
+git-bug select [<id>] [flags]
+```
+
+### Examples
+
+```
+git bug select 2f15
+git bug comment
+git bug status
+
+```
+
+### Options
+
+```
+ -h, --help help for select
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bugtracker embedded in Git
+