I'm new to Git and the terminal. How can I exit a listing mode generated by the git status command?
git status
I have to guess here, but git is probably running its output into your $PAGER program, likely less or more. In either case, typing q should get you out.
less
more
2.1m questions
2.1m answers
60 comments
57.0k users