Thursday, March 15, 2012

Git default editor

Sometimes when installing a new distro and Git, the editor may not be correctly configured.

Therefore, you may want to run the following command to update it:
git config core.editor 'vim'

No comments:

Post a Comment