Set git diff to a default value

前端 未结 1 1892
梦如初夏
梦如初夏 2021-01-30 22:24

I previously changed my git diff tool with git config --global diff.external . I decided I don\'t like that tool and wanted to switch back.

相关标签:
1条回答
  • 2021-01-30 22:49

    Try
    git config --global --unset diff

    and

    git config --global --unset diff.external

    See the explanation of git config for further details.

    0 讨论(0)
提交回复
热议问题