Which command shows the changes between commits?
Score: 4.5/5 (45 votes) The git diff command displays the differences between files in two commits or between a commit and your current repository. You can see what text has been added to, removed from, and changed in a file. By default, the git diff command displays any uncommitted changes to your ...