USEFUL GIT COMMANDS
✅1. git diffDescription:
Shows the differences between files in your working directory and the index (staging area).Command:
git diffScreenshot:
✅2. git logDescription:
Displays the commit history...