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.
2つの異なるブランチにあるすべてのファイルの差分を取得したいと思います。プロジェクトに100個のファイルがあり、2つのチームが2つの別々のブランチで作業しているとします。ある時点で、両方のブランチがどれだけ異なるかを知りたいです。どうやってやるの?違いをグラフィカルに視覚化する方法はありますか?
を使用できますgit diff <branchone> <branchtwo>。
git diff <branchone> <branchtwo>
構成オプションを設定diff.toolすると、指定したツール名がグラフィカルな差分に使用されます。
diff.tool