I\'m new to Git and the terminal. How can I exit a listing mode generated by the git status command?
git status
first of all you need to setup line ending preferences in termnial
git config --global core.autocrlf input git config --global core.safecrlf true
Then you can use :q
:q