Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 362 Bytes

File metadata and controls

18 lines (12 loc) · 362 Bytes

Git Log

To know about other commits information such as commit hash, the author name and the date

$ git log

gitlog

To easily show commit details as one line

$ git log --online

gitlog1