########### 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"