Git diff - how to quit the diff listing

Git

Git Problem Overview


How do you quit git diff listing?

There is an <END> marker at the bottom of the screen, and everything I do which appears to quit the diff listing, then shows an <END> marker at the bottom of the screen again.

Git Solutions


Solution 1 - Git

The default pager for git is less. To quit less, hit q.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionjaffaView Question on Stackoverflow
Solution 1 - GitBen JamesView Answer on Stackoverflow