开发者

Git diff - how to quit the diff listing [duplicate]

开发者 https://www.devze.com 2023-04-08 05:32 出处:网络
This question already has answers here: How to exit a 'git status' list in a terminal? (16 answers)
This question already has answers here: How to exit a 'git status' list in a terminal? (16 answers) 开发者_运维知识库 Closed 6 years ago.

How do you quit git diff listing?

There is an <END> marker at the bottom of the screen, and everything I do which appears to quit the diff listing, then shows an <END> marker at the bottom of the screen again.


The default pager for git is less. To quit less, hit q.

0

精彩评论

暂无评论...
验证码 换一张
取 消