After I do a git commit, it would prompt me to comment so I can push to bitbucket and normally I press alt+x, then I exit and then git push. But for some reason, it's not letting me exit.
committed new changes to bitbucket
Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit.
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
new file: blocks/folder-navigation.block
new file: blocks/index-album.block
....
The editor looks like to be vim according to your descriptions. This console is simply telling you to write some message for the commit you want to make, and it is compulsory as it does.
Just type i and you'll go in the -- INTER -- mode, now you can write your comments.
After you have done, press esc key in your keyboard and you'll go to command mode. (see on the bottom of the console)
Now save changes by writing :w followed by pressing enter key

:q followed by pressing enter key
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With