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,但它只是给了我 diff 文件。如何使用 meld 等外部工具查看此差异?我想看看仅在这个特定分支中发生了什么变化(从分支开始到提示)。
git log -p master..newbranch
好的,我发现它是这样完成的:
git difftool --dir-diff master...newbranch