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?
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?