📅  最后修改于: 2022-03-11 14:50:45.042000             🧑  作者: Mango
# 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