如何快速向下滚动 git 命令的输出?

How can I quickly scroll down the output of git commands?

我必须使用 git show c36432 显示我的提交。文件很大,有时候一行一行的要花很长时间。

我怎样做才能快速移动,比如逐页移动?我在 Mac OS X.

上使用 iterm 作为终端

按 space 栏。默认情况下,git 使用 less 分页器显示长输出,space 栏在 less 中一次向下移动一页。

其他 less 键盘快捷键也可以使用,例如键入 / 后跟要搜索的词,这在搜索 Git 差异或日志时非常方便。