0

I have added a bunch of files using the following command:

git add .

But before I commit the changes, I would first like to review the changes again using diff.

What is the command to achieve this?

Lea Hayes
  • 62,536
  • 16
  • 62
  • 111
  • You can also review changes as you add them by using `git add -p`. – Dietrich Epp Feb 23 '13 at 02:26
  • `git diff --staged` (from the other question) seems to do exactly what I need. I am surprised that my search didn't find the existing question, sorry guys :-) – Lea Hayes Feb 23 '13 at 02:36

0 Answers0