Im new to Git and Terminal. This is pretty basic stuff, but how can i exit a listing mode generated by the git status command?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I have to guess here, but git is probably running its output into your $PAGER program, likely |
|||||||||
|
|
|
|||||||||||||||
|
|
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'. |
||||
|