Make Vim Your Go-To Git Commit Editor
· 2 min read
When you run git commit
, Git opens a text editor. By default, that editor is often nano
. Nano is actually pretty simple to use.
vim tag description
View All TagsWhen you run git commit
, Git opens a text editor. By default, that editor is often nano
. Nano is actually pretty simple to use.