Is there a way to cause git-reflog to show a date alongside each entry?

Per the man page, you can use git log options, e.g.,

git reflog --pretty=short

git reflog --date=iso

Leave a Comment