Quando vou fazer o merge, não abre aquela tela e aparece isso para mim, estava dando td certo até esse ponto, oq errei ?
mateus@DESKTOP-FSJOKEE MINGW64 ~/documents/tentativa/mateus (master)
$ git add .
mateus@DESKTOP-FSJOKEE MINGW64 ~/documents/tentativa/mateus (master)
$ git commit -m " Corrigindo o nome do curso de Docker "
[master ad512ec] Corrigindo o nome do curso de Docker
1 file changed, 1 insertion(+), 1 deletion(-)
mateus@DESKTOP-FSJOKEE MINGW64 ~/documents/tentativa/mateus (master)
$ git merge titulo
Auto-merging index.html
hint: Waiting for your editor to close the file... error: cannot spawn Sublime: No such file or directory
error: unable to start editor 'Sublime'
Not committing merge; use 'git commit' to complete the merge.
mateus@DESKTOP-FSJOKEE MINGW64 ~/documents/tentativa/mateus (master|MERGING)
$ git commit
hint: Waiting for your editor to close the file... error: cannot spawn Sublime: No such file or directory
error: unable to start editor 'Sublime'
Please supply the message using either -m or -F option.