Question

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?

Was it helpful?

Solution

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

OTHER TIPS

Accepted answer worked for me: type 'q'

An alternate answer: Ctrl - z

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

-edit This was in power shell though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top