Git Config Open Sublime

[Solved] Git Config Open Sublime | Shell - Code Explorer | yomemimo.com
Question : open git config with sublime

Answered by : testy-termite-rrgxtiyvuz6d

########### for golbal default settings #############
git config --global core.editor "subl -n -w"
########### for local or folder specific default settings #############
git config --local core.editor "subl -n -w"

Source : | Last Update : Thu, 18 Aug 22

Answers related to git config open sublime

Code Explorer Popular Question For Shell