Skip to content

Latest commit

 

History

History

git-log-date-last

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.