Myles
0
Q:

git configure default editor

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
0
# Set Emacs as the default editor
$ git config --global core.editor emacs   
# Set Visual Studio Code as the default editor
$ git config --global core.editor code
0

New to Communities?

Join the community