Git Log

Learn about Git Log in Git

View commit history

git log

This command shows the commit history of the repository. It displays the commit hash, author, date, and commit message for each commit. The output is displayed in reverse chronological order, with the most recent commit at the top.

Free Resources