Skip to content

Instantly share code, notes, and snippets.

@DominusKelvin
Last active February 6, 2020 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominusKelvin/3fac6100e33ead4bbb6c66a9713f2f75 to your computer and use it in GitHub Desktop.
Save DominusKelvin/3fac6100e33ead4bbb6c66a9713f2f75 to your computer and use it in GitHub Desktop.

Committing With Vim - A step by step tip

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.

  1. Press i on your keyboard to enter insert mode,
  2. Type in your message(commit message or tag message)
  3. Press the esc or escape key to exit the insert mode of vim
  4. Then type :x to exit vim after saving your commit

Hope this helps

Happy deploying 🚀🚀🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment