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 log -p master..newbranchが、差分ファイルが表示されるだけです。この差分を meld などの外部ツールで表示するにはどうすればよいですか? この特定のブランチ (ブランチの開始から先端まで) のみで何が変更されたかを確認したい。
git log -p master..newbranch
さて、私はそれが次のように行われていることを発見しました:
git difftool --dir-diff master...newbranch