在Msysgit中取消设置core.editor

use*_*421 4 text-editor msysgit

我为每个SO条目设置编辑器:如何使用msysgit / gitk设置DiffMerge?

我想知道如何撤消此操作,因为我想切换回默认编辑程序。

Lee*_*Lee 5

取决于您运行git config的方式...

git config --unset core.editor
Run Code Online (Sandbox Code Playgroud)

要么

git config --global --unset core.editor
Run Code Online (Sandbox Code Playgroud)