Last Updated: February 25, 2016
·
793
· augenfeind

Use Sublime Text for git commit messages

I work with Sublime Text with the side bar opened. But when using it for editing my git commit messages, I don't want the side bar to be displayed, as it takes too much space.

The command to use is:

git config --global core.editor "subl -w -n --command toggle_side_bar"