How to exit from the long output of a terminal command or a git command like git log or git branch -a?
How to avoid that I have to press enter untill the output of the command is complete?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
git logusesmoreorlessfor paging the output.You can press
qto stop more/less and drop the remaining output.