Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过将以下内容应用于 Git 的全局配置来更改 Git 的默认编辑器:
core.editor='C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin
现在,我如何简单地调用“默认编辑器”而不启动提交?我正在尝试测试我所做的设置/更改。
谢谢!
使用 Git 版本 1.8.1
跑
git config -e
在默认编辑器中编辑配置。