GIT COMMANDS
git diff
Description:Shows the differences between files in your working directory and the index (staging area).Command:
git diff
git log
Description:Displays the commit history of the current branch...