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 config”命令来实现这样的配置:
[diff "odf"] textconv=odt2txt
像这样:
git config diff.odf.textconv odt2txt
这将导致:
[diff "odf"] textconv = odt2txt