10 ms·
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
by chelmertz 11y 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.