blob: de6cffbf32ef60618a04143fe71b587000ddfa83 (
plain) (
tree)
|
|
## git-bug new
Create a new bug
### Synopsis
Create a new bug
```
git-bug new [flags]
```
### Options
```
-t, --title string Provide a title to describe the issue
-m, --message string Provide a message to describe the issue
-F, --file string Take the message from the given file. Use - to read the message from the standard input
-h, --help help for new
```
### SEE ALSO
* [git-bug](git-bug.md) - A bugtracker embedded in Git
|