3.1 Examining the Log
Fundamentals of Git
Backtracking
Before you can work backward and utilize Git's backtracking abilities, you need to get an idea of what's happened in the past. Git keeps track of all this information, and provides useful tools that surface it to you. The natural starting point for understanding the past is viewing your commit history, and that's what we'll learn in this lesson.