Windows
Visual Studio Code
$ git config --global core.editor "code --wait"
ATOM
$ git config --global core.editor "atom --wait"
Sublime Text
$ git config --global core.editor "'c:/program files/sublime text 3/subl.exe' -w"
Notepad++
$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
MAC
ATOM
$ git config --global core.editor "atom --wait"
Sublime Text
$ git config --global core.editor "subl -n -w"
TextMate
$ git config --global core.editor "mate -w"
Linux
ATOM
$git config --global core.editor "atom --wait"
Sublime Text
git config --global core.editor "subl -n -w"
Curso profesional de Git y GitHub 2017
0 Comentarios
para escribir tu comentario