欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

设置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++的位置

 

相关标签: git