【问题标题】:Unset core.editor in Msysgit在 Msysgit 中取消设置 core.editor
【发布时间】:2011-02-12 05:41:14
【问题描述】:

我根据 SO 条目设置我的编辑器:How do I setup DiffMerge with msysgit / gitk?

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

【问题讨论】:

    标签: text-editor msysgit


    【解决方案1】:

    取决于你如何运行 git config...

    git config --unset core.editor
    

    或者

    git config --global --unset core.editor
    

    【讨论】:

      猜你喜欢
      • 2011-09-20
      • 1970-01-01
      • 1970-01-01
      • 2010-10-21
      • 2017-06-19
      • 1970-01-01
      • 2012-04-17
      • 2014-05-25
      • 2018-06-12
      相关资源
      最近更新 更多