In Branching Lesson 5, how do you print the commit log?

This is where I am stuck

Print the Git commit log.

Notice the output:

The commits you see were all made in the master branch. fencing inherited them.
This means that every commit master has, fencing also has.
Note: if you find that your cursor is stuck in Git log, press q to escape.

Type git log in the terminal.

1 Like

I think some of us were mistaking the “Print Git Commit Log” for (git commit -m “message”). The assignment was clearly asking for all the commit logs we’ve made overtime