(TIL) Git: Change default editor for git
#
To set the default editor for git
to be say Textwrangler, use:
git config --global core.editor "edit -w"
Via StackOverflow.
#
To set the default editor for git
to be say Textwrangler, use:
git config --global core.editor "edit -w"
Via StackOverflow.
Comments