File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,16 @@ Just as with the Git technology operating on GitHub, local repositories also use
272
272
{% capture slide %}![ What is a branch] ( ../assets/diagrams/what-is-a-branch.svg ) {% endcapture %}{% include slide-section %}
273
273
274
274
{% capture lab %}
275
- 1 . Create a branch and make commits to it
276
- 2 . Notice the notification bar on the repository home page
277
- 3 . Open a * Compare and Pull Request*
278
- 4 . Facilitate team or colleague code review
275
+ 1 . Using the GitHub web UI, create a branch with an articulate feature name
276
+ 2 . Make two distinct commits to the branch, each contributing part of the feature's changes
277
+ 3 . Return to the homepage of the repository by clicking the repository's name
278
+ 4 . Notice the suggestion message asking if you'd like to "compare and pull request"
279
+ 5 . Click on * Compare and Pull Request*
280
+ 6 . Describe the reasoning behind the changes on this branch via the pull request
281
+ 7 . @mention a team or colleague, asking for a code review
282
+ 8 . Address the points raised by the reviewers through an additional commit to the branch
283
+ 9 . Ask for a final review and :+1 : from a colleague
284
+ 10 . Merge the pull request
279
285
{% endcapture %}{% include lab %}
280
286
281
287
### Details
You can’t perform that action at this time.
0 commit comments