Help: launching sublime text from git bash command line (Win10)

im beginning in learning git and i dont getting to how to launch sublime from git bash, here is the link

i do the 1 and 2 steps but seems that nothing happens after step 2
i do the step 3
and step 4 and 5, but something is wrong

somenone could help me??

i do the step 5 and the prompt says ’ No such file or directory’

I’m not on Win10 so I can’t try it, but maybe you should follow the syntax in step 2?
echo 'alias subl="C:/Program\ Files/Sublime\ Text\ 2/sublime_text.exe"' >> ~/.bashrc

The directories are separated by forward slashes, and there’s a backslash before spaces.

1 Like

you right, it worked, thanks!!