Tuesday, November 28, 2017

Sublime Text as default text editor for git

To set Sublime Text as default text editor for git instead of nano, just run the following command at Terminal:

git config --global core.editor $(which subl)


No comments:

Post a Comment