📅  最后修改于: 2022-03-11 14:51:35.840000             🧑  作者: 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