“git exit commit message” Ответ

Как выбраться из редактора Git Bash

On Windows GIT Bash Ctrl + X would do nothing and found out it works quite like 
vi/vim. Press i to enter inline insert mode. Type the description at the very 
top, press esc to exit insert mode, then type :x! (now the cursor is at the 
bottom) and hit enter to save and exit.
Gorgeous Goshawk

git exit commit message

After writing commit message, just press Esc Button and then write :wq or :wq! and then Enter to close the unix file.

hansal

Ответы похожие на “git exit commit message”

Вопросы похожие на “git exit commit message”

Больше похожих ответов на “git exit commit message” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования