📜  编辑 git 配置文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:35.840000             🧑  作者: Mango

代码示例6
# 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