Добавляю в конфиг git:
$ git config --global core.editor "subl -n -w"
В PATH добавил путь к subl:
C:\Program Files\Sublime Text 3
Команда из-под винды ВЫПОЛНИТЬ работает, sublime запускается. При попытке открыть редактор из git получаем такую ошибку:
$ git commit
warning: LF will be replaced by CRLF in README.md.
The file will have its original line endings in your working directory.
subl -n -w: subl: command not found
error: There was a problem with the editor 'subl -n -w'.
Please supply the message using either -m or -F option.
И вот что ему еще надо?