-2

I started typing in git bash

$ git commit -m 'message
> 
>

when I realized I'm not ready to commit yet. How do I cancel this instruction now?

Christina Zhou
  • 1,483
  • 1
  • 7
  • 17
  • 2
    Does this answer your question? [How do I clear/delete the current line in terminal?](https://stackoverflow.com/questions/9679776/how-do-i-clear-delete-the-current-line-in-terminal) – phd Dec 18 '19 at 17:48

1 Answers1

3

You can type Ctrl+C to interrupt a process

JorgeZapatero
  • 123
  • 11