What's true about git log?

With it, we can see the previous commitsWith it, we can see who made which commitWith it, we can see when the latest commits were madegit log displays a list of tags that we can use for commits

Sweet! We can use git log to look at previous commits, see who made them, and find out when they were made.

Ah, so close! We can use git log to look at previous commits, see who made them, and find out when they were made.