Hacker News new | ask | show | jobs
by chelmertz 3805 days ago
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.