diff options
Diffstat (limited to 'doc/md/git-bug_select.md')
-rw-r--r-- | doc/md/git-bug_select.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/md/git-bug_select.md b/doc/md/git-bug_select.md index c8125380..6a851acb 100644 --- a/doc/md/git-bug_select.md +++ b/doc/md/git-bug_select.md @@ -6,6 +6,14 @@ Select a bug for implicit use in future commands. Select a bug for implicit use in future commands. +This command allows you to omit any bug <id> argument, for example: + git bug show +instead of + git bug show 2f153ca + +The complementary command is "git bug deselect" performing the opposite operation. + + ``` git-bug select <id> [flags] ``` |