aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_deselect.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/git-bug_deselect.md')
-rw-r--r--doc/md/git-bug_deselect.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/md/git-bug_deselect.md b/doc/md/git-bug_deselect.md
new file mode 100644
index 00000000..dbc86dc9
--- /dev/null
+++ b/doc/md/git-bug_deselect.md
@@ -0,0 +1,32 @@
+## git-bug deselect
+
+Clear the implicitly selected bug
+
+### Synopsis
+
+Clear the implicitly selected bug
+
+```
+git-bug deselect [flags]
+```
+
+### Examples
+
+```
+git bug select 2f15
+git bug comment
+git bug status
+git bug deselect
+
+```
+
+### Options
+
+```
+ -h, --help help for deselect
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bug tracker embedded in Git
+