Showing posts with label Git log. Show all posts
Showing posts with label Git log. Show all posts

Sunday, December 7, 2014

Review commit history using Git log

The $git log command is used to review the commits performed on a repository/branch. The command lists out the various commits performed with details of the date when the commit was done and the user who performed the commit.

The following is the syntax for the log command.