diff options
Diffstat (limited to 'doc/md/git-bug_select.md')
-rw-r--r-- | doc/md/git-bug_select.md | 31 |
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 + |