From ffc6cbdc45d379df231d8bc084e86f554015d5d9 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 27 Mar 2019 21:46:57 +0100 Subject: regenerate md and man files --- doc/md/git-bug_select.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/md/git-bug_select.md') 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 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 [flags] ``` -- cgit