While using mysysgit under Windows, I do not know how to regain control of the console windows af开发者_如何学编程ter 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?
As said in the comments already, press the Q key.
Accepted answer worked for me: type 'q'
An alternate answer: Ctrl - z
In WINDOWS 10
git Bash :
type q
here q is QUIT
Alternate Answer : clrt + z
and then press q
If q does not work just type quit and enter. This worked for me.
-edit This was in power shell though.
精彩评论