How do I exit the results of 'git diff' in Git Bash on windows? [duplicate] How do I exit the results of 'git diff' in Git Bash on windows? [duplicate] git git

How do I exit the results of 'git diff' in Git Bash on windows? [duplicate]


I think pressing Q should work.


None of the above solutions worked for me on Windows 8

But the following command works fine

SHIFT + Q


Using WIN + Q worked for me. Just q alone gave me "command not found" and eventually it jumped back into the git diff insanity.