Issue
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?
Solution
git log
uses more
or less
for paging the output.
You can press q
to stop more/less and drop the remaining output.
Answered By - mrb Answer Checked By - David Marino (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.