So changed Git's default editor, now how do i invoke it from Git bash?

后端 未结 1 1841
臣服心动
臣服心动 2021-02-07 00:59

I\'ve changed Git\'s default editor by applying the following to Git\'s global config:

core.editor=\'C:/Program Files/Notepad++/notepad++.exe\' -multiInst -notab         


        
相关标签:
1条回答
  • 2021-02-07 01:23

    Run

    git config -e
    

    To edit the configuration in the default editor.

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