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).