English, asked by prabir5572, 10 months ago

What is the git command to see all changes since the last commit ?

Answers

Answered by gauravarduino
0

Answer:

diff

Explanation:

The 'diff' command in Git will show you the same thing - the changes between two snapshots or files in unified diff format. This section will show you the different ways you can use diff to answer common quesions you might have about your repository.

Similar questions