Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 192 Bytes

DOC.md

File metadata and controls

8 lines (6 loc) · 192 Bytes

Show the log with the date

  • git log --pretty=format:"%h %ad | %s%d [%an]" --date=iso

Show the full log

  • git log --format=fuller

Show the full log

  • git log --format=fuller