Sublime Forum

Using Sublime as the Git Commit Editor

#1

Found several dated and unanswered questions on this board about how to use Sublime as the git default editor (e.g. for commit messages). I was able to configure git successfully using the command:

git config --global core.editor “subl -n -w”

I can now enter multi-line commit messages, which can’t be done easily (if at all) from the command line.

Rather than reply to topics several years old, I thought I’d post this new one. I didn’t see this solution posted anywhere. Hope it helps.

Tom

0 Likes

#2

it might be helpful to link to the other forum posts here, so if people stumble across them, they will see the cross-link to this post :slight_smile:

2 Likes

#3

Happy to. How?

1 Like