我怎么能使用"git config"命令来实现这样的配置:
[diff "odf"]
textconv=odt2txt
Run Code Online (Sandbox Code Playgroud)
像这样:
git config diff.odf.textconv odt2txt
Run Code Online (Sandbox Code Playgroud)
这将导致:
[diff "odf"]
textconv = odt2txt
Run Code Online (Sandbox Code Playgroud)