As we already know, Git keeps track of every commit that we make. Because of that, we can easily review them in the so-called log.

Nice! git log brings up the commit history, where every commit is displayed with a unique hash code.

Let's not check the status but the history, okay?