logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Git Bug Reports - Debug System Information | Online Free DevTools by Hexmos

Generate Git bug reports with git-bugreport. Captures debug information to simplify reporting issues. Free online tool, no registration required.

git-bugreport

Captures debug information from the system and user, generating a text file to aid in the reporting of a bug in Git. More information: https://git-scm.com/docs/git-bugreport.

  • Create a new bug report file in the current directory:

git bugreport

  • 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}}

See Also