Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 145 Bytes

set-commit-message-editor.md

File metadata and controls

7 lines (5 loc) · 145 Bytes

Set commit message editor

Git's text editor can be set under the "core.editor" setting:

$ git config --global core.editor "vim"