Adding a git commit message using vi on macOS
Edson Junior de Andrade

Edson Junior de Andrade @edsonjuniornarvaes

About: Front-end developer, Web e Mobile

Location:
Umuarama-PR, Brasil
Joined:
Apr 26, 2021

Adding a git commit message using vi on macOS

Publish Date: Dec 9 '22
4 0

You must have already gone through the situation of having entered vi at the time of a commit and not knowing how to finalize it, below I leave a sequence that will help you with that

1 - Type i
2 - Write your message
3 - Type the ESC key
4 - Type :wq

DONE!
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment