Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in DevOps and Agile by (19.4k points)

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

1 Answer

0 votes
by (27.5k points)

In order to get out of extensive page scrolling sessions like git status, git show HEAD, git diff etc. without exit your window or end your session.

This following command should do the trick:

  • SHIFT+q 

Browse Categories

...