So if you are like me, and you are not familiar with the editor Vim, but sometimes trigger the editor when you omit commit or tag messages, you can follow the below steps.
- Press
i
on your keyboard to enter insert mode, - Type in your message(commit message or tag message)
- Press the
esc
or escape key to exit the insert mode of vim - Then type
:x
to exit vim after saving your commit
Hope this helps
Happy deploying πππ