How to confirm changes after `git commit –amend` in Terminal? [duplicate]
Expanding on what William Pursell said, you probably ended up in vim. Save your changes and exit the editor by typing : to enter a command, followed by wq, then press enter. To exit vim without saving your changes do :q! instead. To change this default to something you’re more familiar with, you can set … Read more