You're in the less
program, which makes the output of git log
scrollable.
(你在less
程序中,这使得git log
的输出可以滚动。)
Type q to exit this screen.
(输入q退出此屏幕。)
Type h to get help. (输入h获取帮助。)
If you don't want to read the output in a pager and want it to be just printed to the terminal define the environment variable GIT_PAGER
to cat
or set core.pager
to cat
(execute git config --global core.pager cat
).
(如果您不想在寻呼机中读取输出并希望它只是打印到终端,请将环境变量GIT_PAGER
定义为cat
或将core.pager
设置为cat
(执行git config --global core.pager cat
)。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…