diff options
Diffstat (limited to 'doc/md/git-bug_bug_deselect.md')
-rw-r--r-- | doc/md/git-bug_bug_deselect.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/md/git-bug_bug_deselect.md b/doc/md/git-bug_bug_deselect.md new file mode 100644 index 00000000..d4136068 --- /dev/null +++ b/doc/md/git-bug_bug_deselect.md @@ -0,0 +1,28 @@ +## git-bug bug deselect + +Clear the implicitly selected bug + +``` +git-bug 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 bug](git-bug_bug.md) - List bugs + |