设置notepad++为git默认编辑器
程序员文章站
2022-03-01 17:14:20
...
git config --global core.editor "'D:\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin '$*'"
执行上面的命令
D:\Notepad++\notepad++.exe为自己notepad++的位置