So I'm trying to set up GitHub for the first time ever and I want Sublime Text to be my core editor, how exactly do I do that? Sorry if this is a noob question, I am a noob :/
feedback
|
|
Enter this command in a prompt:
It will then pop up when prompted for a commit message, or any other edition task, but if it was already open it won't work since it uses the same instance. Don't know how to workaround this. | |||
feedback
|
|
As this ranked highly when I was searching Google for Mac instructions, here is a combination of solutions I found. First I set up a command line utility matching "subl" to Sublime Text from any terminal instance with this terminal command.
Then I do a similar git config command to the Windows solution above, but with a -w parameter at the end.
| |||
|
feedback
|