Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 262 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 262 Bytes

git log-date-last

Show the date of the latest commit, in strict ISO 8601 format

Git alias:

log-date-last = !"git log -1 --date-order --format=%cI"

Example:

git log-date-last

Compare git log-date-first.