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 配置统一上下文,这样我就不必总是为 -U 或 --unified 选项提供值?
git config --global diff.context <value>
将其设置为<value>在您使用的任何 repo 中显示上下文行。
<value>