Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 273 Bytes

index.md

File metadata and controls

18 lines (11 loc) · 273 Bytes

git log-date-first

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

Git alias:

log-date-first = !"git log --date-order --format=%cI | tail -1"

Example:

git log-date-first

Compare [git log-date-]ast](../git-log-date-last).