Skip to content

Files

Latest commit

d150cec · May 21, 2022

History

History

git-log-date-first

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
Jan 11, 2022

README.md

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