默认情况下,配置git-diff以启用颜色词很容易.
我怎样才能默认配置git-show使用color-words?
git-show
color-words
到目前为止我找到的唯一选择是使用别名:
[alias] sh = show --color-words
git
git ×1