我最近了解到,我可以使用 hg log 以相反的顺序打印历史记录:
hg log -r :
所以我当然尝试了:
git log -r :
好吧,它没有用。那么在 git 中做同样事情的命令是什么?
使用--reverse选项:
--reverse
git log --reverse