What's true about git log
?
git log
displays a list of tags that we can use for commitsSweet! 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.