From git, I'm trying to set a default text editor sublime text 3
, and to launch it from git I have only found instructions for old versions, and been unsuccessful.
Do you know a way to do this with the most recent version of git?
I have been trying to assign sublime text 3
as the default text editor. I tried
git config --global core.editor "sublime_text.exe" -n -w
and have placed the executable file in the directory.