531

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.

spongebob
  • 8,370
  • 15
  • 50
  • 83
Travis Northcutt
  • 24,666
  • 9
  • 42
  • 51

3 Answers3

1189

I think pressing Q should work.

Igor
  • 33,276
  • 14
  • 79
  • 112
64

None of the above solutions worked for me on Windows 8

But the following command works fine

SHIFT + Q

Lucas
  • 3,376
  • 6
  • 31
  • 46
41

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

Lucas
  • 3,376
  • 6
  • 31
  • 46
user2093173
  • 411
  • 4
  • 2
  • 1
    EXACTLY my problem. I know how to use less, but whatever ships with git on Windows doesn't respond to less commands. ":q", ":z," any other command entered is piped to the command line, instead of interpreted. – EKW Jul 26 '16 at 23:52
  • This was the solution on Win7 + Cmder as well. – Ello Oct 03 '18 at 05:53
  • 1
    This just brings up my windows search bar. No luck with any answers (I'm using conda within windows powershell) – eric Mar 06 '22 at 12:44