DEV Community

Discussion on: My commit message workflow

Collapse
 
jknsware profile image
Jason Ware

For anyone having a hard time setting the core.editor, the command should be


$ git config --global core.editor 'sublime -n -w $1:2'

Collapse
 
shreyasminocha profile image
Shreyas Minocha

Thanks for pointing that out. I've added some links to installation instructions.