commands.sh

git bugreport

all

Capture debug information from the system and user, generating a text file to aid in the reporting of a bug in Git.

More info →

Options (2)

-o, --output-directoryboolean

Create a new bug report file in the specified directory, creating it if it does not exist

Example: git bugreport {{[-o|--output-directory]}} {{path/to/directory}}
-s, --suffixboolean

Create a new bug report file with the specified filename suffix in `strftime` format

Example: git bugreport {{[-s|--suffix]}} {{%m%d%y}}

Examples (3)

Create a new bug report file in the current directory

Create a new bug report file in the specified directory, creating it if it does not exist

git bugreport [-o|--output-directory] path/to/directory

Create a new bug report file with the specified filename suffix in `strftime` format

git bugreport [-s|--suffix] %m%d%y
made by @shridhargupta | data from tldr-pages