mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
24 lines
341 B
Markdown
24 lines
341 B
Markdown
## git-bug title
|
|
|
|
Display or change a title of a bug.
|
|
|
|
### Synopsis
|
|
|
|
Display or change a title of a bug.
|
|
|
|
```
|
|
git-bug title [<id>] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for title
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
* [git-bug title edit](git-bug_title_edit.md) - Edit a title of a bug.
|
|
|