Hacker News new | ask | show | jobs
by kevingoslar 3932 days ago
Git Town committer here. Our commands output the detailed Git commands when they run. In addition, we provide a summary of what each command does in its man page (see https://github.com/Originate/git-town/blob/master/documentat... for an example).

You have a good point about it being valuable to document the steps run by each command in more detail though. We'll add this, thanks for the suggestion! :)

Btw "git help ship" displays the man page for "git-ship".

1 comments

Good stuff. That’s nice it outputs the commands. Have you considered adding a `[--dry-run|-n]` flag to see the command output in a safe way?
That's an excellent suggestion, thanks! Coming soon!