GIT-BUG(1) | GIT-BUG(1) |
NAME¶
git-bug-bug-select - Select a bug for implicit use in future commands
SYNOPSIS¶
git-bug bug select BUG_ID [flags]
DESCRIPTION¶
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.
OPTIONS¶
-h, --help[=false] help for select
EXAMPLE¶
git bug select 2f15 git bug comment git bug status
SEE ALSO¶
Apr 2019 | Generated from git-bug's source code |