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