Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
18 lines (12 loc) · 344 Bytes

File metadata and controls

18 lines (12 loc) · 344 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 --oneline

gitlog1