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 diff --word-diff=color作業ツリーとHEADの間の単語の相違を示していることは知っていますが、同じ種類の出力を取得する方法はありgit logますか?
git diff --word-diff=color
git log
どう--color-wordsですか?さらに、どういうわけか差分をアクティブにする必要があります。
--color-words
git log --color-words -p
色付きの差分を表示します。
OK私はそれがうまくいったと思います
git log -m -p --word-diff=plain