Comment on Show HN: Commit Comments – build commit messages in code commentsparentComments−chelmertz10yYou want the -v option to git commit, not to git add.git commit -v displays the patch below the message part you're writing, so that you can review the patch as you write the message.
Comments
You want the -v option to git commit, not to git add.
git commit -v displays the patch below the message part you're writing, so that you can review the patch as you write the message.