Git commit date

The
show
command may be what you want. Try

git show -s --format=%ci <commit>

Other formats for the date string are available as well. Check the manual page for
details.

Leave a Comment