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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -