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
1.4m articles
1.4m replys
5 comments
57.0k users