4.3: Comparison
Compare any two branches in a project or network Other Information:
Compare View -- With GitHub you can easily and efficiently compare any two branches in your project or network. It shows what
work is unique to a branch with respect to another branch - that is, if you were to merge the branches together, what changes
would be applied? The Compare View between two branches is often used by teams as a permalink to summarize changes in emails
or hooks. The GitHub Compare View will show a list of all the commits unique to a branch, the sum of all the files changed
across all of those commits and a unified diff of all of those changes. It summarizes what the branch represents simply and
understandably.
Indicator(s):
|