aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_select.md
diff options
context:
space:
mode:
authorMichael Muré <michael.mure@consensys.net>2019-03-27 21:46:57 +0100
committerMichael Muré <michael.mure@consensys.net>2019-03-27 21:46:57 +0100
commitffc6cbdc45d379df231d8bc084e86f554015d5d9 (patch)
treedaaef02fc2c35cb41419e213d0eb1c215ab83f8b /doc/md/git-bug_select.md
parent24d6714dd59a5c385c21991caa47e5727de043d0 (diff)
downloadgit-bug-ffc6cbdc45d379df231d8bc084e86f554015d5d9.tar.gz
regenerate md and man files
Diffstat (limited to 'doc/md/git-bug_select.md')
-rw-r--r--doc/md/git-bug_select.md8
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]
```