Stuck on git commit window -


i stuck on window. did git add -a before , git commit in git-cmd.exe . how can out of here? wrote commit message , press enter , nothing happened.

i'm affraid close window , find nothing on internet, official site nothing how validate commit corectly.

git commit window

you in vi editor.

in order save , exit vi need this:

to save changes: esc + :wq or: zz
discard changes: esc + :q!

(look on button of screenshot how exit - the last line)

enter image description here


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -