Is there a way to cause git-reflog to show a date alongside each entry?
问题 The git-reflog command doesn't by default show a date alongside each entry, which strikes me as a strange oversight; I think this would be very helpful. Are there any command-line options, or other tweaks, which can be employed to cause it to show when each reflog entry was added? The manpage isn't forthcoming... 回答1: As the man page writes you can use the options for git log , say git reflog --pretty=short or any other as you like try git reflog --date=iso 回答2: You can use the --walk-reflogs