10 · Version Control
Log
The history of commits
The running list of past commits — who changed what, when, and why. The project's diary.
Concrete example
“git log” scrolls back through every commit; tools draw the same thing as a branching timeline.
The history of commits
The running list of past commits — who changed what, when, and why. The project's diary.
“git log” scrolls back through every commit; tools draw the same thing as a branching timeline.