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