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
ion your keyboard to enter insert mode, - Type in your message(commit message or tag message)
- Press the
escor escape key to exit the insert mode of vim - Then type
:xto exit vim after saving your commit
Hope this helps
Happy deploying πππ