I'm trying to commit my changes locally i.e. using git commit command.
It launches the Sublime editor successfully, where one can enter the desired message for the commits.
Failed Attempts to add Personal Messages and Commit via Sublime editor
My git terminal remains stuck and receives no input from the Sublime editor, even after I enter the desired message, save it and close the editor!
I can successfully commit using this command: git commit -m "my_desired_message"
Is there a way to use SublimeText to enter my commit message?
git config core.editor. What is the output?