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.
我想对两个不同分支中的所有文件进行比较。假设一个项目有 100 个文件,并且有两个团队在两个独立的分支上工作。在某些时候,我想知道两个分支有多少不同。我怎样才能做到这一点?有没有办法以图形方式可视化差异?
你可以只使用git diff <branchone> <branchtwo>.
git diff <branchone> <branchtwo>
如果您设置diff.tool配置选项,您提供的工具名称将用于图形差异。
diff.tool