The 'git log' Command

Learn about the “git log”command and all flags associated with it.

git log

We have already seen git log earlier in the course.

The output is the most recent commit, down to the oldest from the current branch.

1	git log

Get hands-on with 1200+ tech skills courses.