Hacker News new | ask | show | jobs
by sootn 3814 days ago
Checkout the -v option :)
1 comments

That doesn't seem to do anything for me. What am I looking for?
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.