
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 machineexplain 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 machineexplain this command
-
git-bugreport:tldr:be73e git-bugreport: Create a new bug report file in the current directory.$ git bugreporttry on your machineexplain this command