For example:
I thought there would be a git reflog
option for this, but as far as I can see, there is not.
git reflog --date=iso
will show the reflog with dates.
This is mentioned indirectly in the manpage:
The subcommand "show" (which is also the default, in the absence of any subcommands) will take all the normal log options[...]
For more controle over the reflog formatting, you can also use git log -g
, which also shows the reflog.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With