Chapter 3 How to Automate the Network?

For diagrams, tables, or exact code formatting, .

JOHN W. CAPOBIANCOPRINTED PAGE 58

The Branches view provides a detailed view of the master branch, all working branches, and their relative state. Branches can be ahead or behind the master branch and the details of what code in which files is different can be determined using the Branches view.

Completed or pending Pull Requests along with their commit history can be explored. Pull Requests can be initiated to:  Merge a working branch into the master branch.  Merge a working branch into another working branch.  Merge the master branch into a working branch, possibly to refresh an older branch or bring a working branch up to parity.

Completed Pull Requests can be viewed along with the changes that were merged into the master branch.