You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently very few people send proper bug reports because Git Town makes it hard to do so. When somebody experiences a problem with a Git Town command, they are required to send the output of the command using --verbose. This requires re-running the command, which is extra effort and often not even possible.
Git Town could help make this easier by printing something that people can copy-and-paste into a bug report.
the output of the last command as if it was run using --verbose
the branch lineage
Possible names for the new command:
git town bug-report
git town what-happened
git town last-command-verbose
git town log
git town log --last
Implementation:
store the output of all commands (frontend and backend) in a log file that exists next to the runstate file
The text was updated successfully, but these errors were encountered:
kevgo
changed the title
Command to re-print the output of the last command in verbose mode
Command to help file bug reports
May 8, 2025
Currently very few people send proper bug reports because Git Town makes it hard to do so. When somebody experiences a problem with a Git Town command, they are required to send the output of the command using
--verbose
. This requires re-running the command, which is extra effort and often not even possible.Git Town could help make this easier by printing something that people can copy-and-paste into a bug report.
--verbose
Possible names for the new command:
Implementation:
The text was updated successfully, but these errors were encountered: