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

Travis Northcutt picture Travis Northcutt · Mar 29, 2012 · Viewed 145.5k times · Source

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.

Answer

Igor picture Igor · Mar 29, 2012

I think pressing Q should work.