git diff
Term side of the Card
Topic: Git Commands - Main
Unit title: git diff
Categories: Command
Explanation side of the Card
Explanation: The command that displays differences between file versions in the working directory and the staging area or can be used to compare changes between commits when specified. It's useful for reviewing changes before committing.