I\'m new to Git and the terminal. How can I exit a listing mode generated by the git status command?
git status
If you are on the git bash try using exit;
I tried using the q or ctrl + q but they did not worked on bash.