Mysysgit "(END)" displays, how do I proceed?

WindowsGitLoggingGit Bash

Windows Problem Overview


While using mysysgit under Windows, I do not know how to regain control of the console windows after running git log in Git Bash. This seems simple yet I cannot find the key combination or command, so I find myself having to close the console window and relaunching a new instance of Git Bash to interact with git.

What is the key combination and/or command I need to exit the log viewer?

Windows Solutions


Solution 1 - Windows

As said in the comments already, press the Q key.

Solution 2 - Windows

Accepted answer worked for me: type 'q'

An alternate answer: Ctrl - z

Solution 3 - Windows

If q does not work just type quit and enter. This worked for me.

-edit This was in power shell though.

Solution 4 - Windows

In WINDOWS 10 git Bash :

type q here q is QUIT

Alternate Answer : clrt + z and then press 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
QuestionXBigTK13XView Question on Stackoverflow
Solution 1 - WindowsSardaukarView Answer on Stackoverflow
Solution 2 - WindowsTT--View Answer on Stackoverflow
Solution 3 - WindowsGayan JayasinghaView Answer on Stackoverflow
Solution 4 - WindowsPavan TanniruView Answer on Stackoverflow