I have git log aliased to this:
git log --reverse --oneline --pretty=format:'-%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
But I want it to be reversed as well, as sometimes it's inconvenient to have the top needed to be scrolled to.
maybe you for some reason want reverse it more times, so the
can help ;)
or the
or as @evnu suggest
or when want reverese each line, you can
especially the last is good, for example:
prints
ps: kidding only.. :)
Take the
--reverse
out of the command you already have i.e.