Set Sublime Text As Git Editor Mac

[Solved] Set Sublime Text As Git Editor Mac | Shell - Code Explorer | yomemimo.com
Question : set sublime text as git editor

Answered by : aggressive-anteater-gyrgemyege59

git config --global core.editor "'C:\Program Files\Sublime Text 3\subl.exe' --wait --new-window"

Source : | Last Update : Thu, 29 Apr 21

Question : set sublime text as git editor mac

Answered by : sello-fotoyi

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

Source : https://gist.github.com/S3ak/10427958 | Last Update : Mon, 04 Jul 22

Answers related to set sublime text as git editor mac

Code Explorer Popular Question For Shell