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

后端 未结 14 1470
轮回少年
轮回少年 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:55

    Type 'q' and it will do the job.

    Whenever you are at the terminal and have a similar predicament keep in mind also to try and type 'quit', 'exit' as well as the abort key combination 'Ctrl + C'.

    0 讨论(0)
  • 2020-11-28 01:55

    If you are on the git bash try using exit;

    I tried using the q or ctrl + q but they did not worked on bash.

    0 讨论(0)
提交回复
热议问题