Open Git Config With Sublime

[Solved] Open Git Config With 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 open git config with sublime

Code Explorer Popular Question For Shell