I\'m new to Git and the terminal. How can I exit a listing mode generated by the git status command?
git status
:q
that's a less command, actually. It uses the same commands as vi.