Pergunta

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?

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top