- Take me to Video Tutorial
To know about other commits information such as commit hash, the author name and the date
$ git log
To easily show commit details as one line
$ git log --oneline
To know about other commits information such as commit hash, the author name and the date
$ git log
To easily show commit details as one line
$ git log --oneline