4
我按照SO條目設置我的編輯器:How do I setup DiffMerge with msysgit/gitk?。在Msysgit中取消設置core.editor
我想知道如何撤消這個,因爲我想切換回默認的編輯程序。
我按照SO條目設置我的編輯器:How do I setup DiffMerge with msysgit/gitk?。在Msysgit中取消設置core.editor
我想知道如何撤消這個,因爲我想切換回默認的編輯程序。
取決於你如何跑混帳配置...
git config --unset core.editor
或者
git config --global --unset core.editor