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-directorybooleanCreate 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, --suffixbooleanCreate 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/directoryCreate a new bug report file with the specified filename suffix in `strftime` format
git bugreport [-s|--suffix] %m%d%ymade by @shridhargupta | data from tldr-pages