Beginner
Git & Version Control
Q24 / 100
What does the "git diff" command show?
Correct! Well done.
Incorrect.
The correct answer is B) The differences between the working directory, staging area, and/or commits, showing exactly what lines were added or removed
B
Correct Answer
The differences between the working directory, staging area, and/or commits, showing exactly what lines were added or removed
Explanation
"git diff" displays line-by-line changes (additions and deletions) between different states, such as working directory vs. staging area, or between two commits.
Progress
24/100