File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ you can approve the PR:
163
163
Swap back to the Conversations tab.
164
164
The PR is now ready to merge and has no conflicts with the
165
165
base (` main ` in this case) branch.
166
- Click ** Squash and merge** ; don't forget to move the PR
166
+ Click any of the 3 merge options ; don't forget to move the PR
167
167
number to the start of the commit message like you did
168
168
in the Version Control with Git lesson:
169
169
@@ -269,6 +269,18 @@ Deleted branch 1_favourite_cloud (was b7f26e6).
269
269
270
270
::::::::::::::::::::::::::::::::::::::::::::::::::
271
271
272
+ ::::::::::::::::::::::::::::::::::::::: challenge
273
+
274
+ ## How was your PR merged?
275
+
276
+ In this episode you merged each others PRs.
277
+ The reviewer used a random merge strategy to merge each PR.
278
+
279
+ Explore the history of the repository with ` git log ` and find your PR merge.
280
+ How has the chosen merge strategy affected the repositories history?
281
+
282
+ ::::::::::::::::::::::::::::::::::::::::::::::::::
283
+
272
284
:::::::::::::::::::::::::::::::::::::::: keypoints
273
285
274
286
- A Pull Request (PR) is where your code and science review takes place.
Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ watching the reviewer or the developer.
207
207
Swap back to the first instructor so they can approve the changes.
208
208
Make sure you cover the content in the
209
209
** WHO PRESSES THE MERGE BUTTON?** callout.
210
+ Learners can use any merge strategy here, you will use this as
211
+ an opportunity to see the history in the next episode
212
+ and suggest sticking to one.
210
213
Give learners a break and the opportunity to complete
211
214
the yellow challenge ** Local Cleanup** .
212
215
You can’t perform that action at this time.
0 commit comments