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

I'm using Git Bash on Windows 7. When I run git diff, I see this:

However, I'm unable to get back to a regular prompt. Pressing Ctrl+C seems to work, but as soon as I start typing a command, it's covered up with (END) as in that image.


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.