mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
32 lines
371 B
Markdown
32 lines
371 B
Markdown
|
## 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
|
||
|
|