For git log, we have git log --reverse to navigate logs in the reverse order, but I tried git reflog --reverse, it returns fatal: options '--reverse' and '--walk-reflogs' cannot be used together. Is there any way to navigate git reflog in reverse order?
How to navigate git reflog in reverse order?
130 views Asked by Wenfang Du At
1
Most systems have
tacavailable. Since the reflog is a flat list (and not a graph), you could simply reverse the list output: