Hacker News new | ask | show | jobs
by jedberg 3814 days ago
That doesn't seem to do anything for me. What am I looking for?
1 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.