I'm getting branch changes for review by using git log -p master..newbranch
, but it just gives me diff file. How can I view this diff with external tool like meld? I want to see what was changed only in this specific branch (from branch start to tip).
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Okay, I've found it's done like this:
git difftool --dir-diff master...newbranch