How to overcome going futher down in git Bash
问题 I just went to commit using git bash. Before type anything accidentally typed character ' and press Enter key. Unfortunately, I can not exit the editor it keeps going further down when I typed something and press Enter. I tried Exit, Clear everything. Anyone can help me please. Thanks for reading. 回答1: You can type Ctrl + C to kill the process. Follow this link to see how it works Ctrl+C is a map to the kill command. When you press them, kill sends a SIGINT signal, that's interrupts the