Git alias:
log-date-last = !"git log -1 --date-order --format=%cI"
Example:
git log-date-last
Compare git log-date-first.
Git alias:
log-date-last = !"git log -1 --date-order --format=%cI"
Example:
git log-date-last
Compare git log-date-first.