How to exit a 'git status' list in a terminal?

后端 未结 14 1615
轮回少年
轮回少年 2020-11-28 00:52

I\'m new to Git and the terminal. How can I exit a listing mode generated by the git status command?

14条回答
  •  难免孤独
    2020-11-28 01:35

    q or SHIFT+q will do the trick. This will get you out of many extensive page scrolling sessions like git status, git show HEAD, git diff etc. This will not exit your window or end your session.

提交回复
热议问题