Forrest logo
back to context overview

git-bugreport

List of commands for git-bugreport:

  • git-bugreport:tldr:79d93 git-bugreport: Create a new bug report file with the specified filename suffix in `strftime` format.
    $ git bugreport --suffix ${%m%d%y}
    try on your machine
    explain this command
  • git-bugreport:tldr:999ed git-bugreport: Create a new bug report file in the specified directory, creating it if it does not exist.
    $ git bugreport --output-directory ${path-to-directory}
    try on your machine
    explain this command
  • git-bugreport:tldr:be73e git-bugreport: Create a new bug report file in the current directory.
    $ git bugreport
    try on your machine
    explain this command
back to context overview