Skip to content

Commit fca1641

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 5e9ee84 Branch : main Author : Dimitrios Theodorakis <[email protected]> Time : 2025-03-03 11:24:39 +0000 Message : MetOffice#76 Remove third, duplicate footnote on the repo access episode
1 parent e6f843a commit fca1641

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

00-repo-access.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Repositories in organisations have more levels of permissions[^permission-org].
7171
Team members require at least **write** access to use the branching model.
7272
For all lower levels of access use the forking model.
7373

74-
[^permission-org]: The [GitHub Documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization) has more information on the
74+
[^permission-org]: The [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization) has more information on the
7575
different permission levels for repositories in organisations.
7676

7777
#### Checking Access for Organisational Repositories
@@ -113,7 +113,8 @@ If you have write access (or higher), GitHub's online editor will appear.
113113
If you have Maintain or Admin privileges you can edit the repositories settings.
114114
Navigate to the top right **Settings** tab from the repository homepage.
115115

116-
See the GitHub documentation[^permission-org] for the differences between Maintainers and Admins.
116+
See the [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)
117+
for the differences between Maintainers and Admins.
117118

118119
:::
119120

04-review.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,21 @@ you can approve the PR:
164164
Swap back to the Conversations tab.
165165
The PR is now ready to merge and has no conflicts with the
166166
base (`main` in this case) branch.
167+
168+
::::::::::::::::::::::::::::::::::::: instructor
169+
170+
Important!
171+
172+
> Click any of the 3 merge options
173+
174+
The two instructors can select
175+
squash and merge, and rebase and merge.
176+
Some learners will have skipped ahead and already clicked
177+
on a normal merge.
178+
This guarantees the repository history shows all three merge types.
179+
180+
::::::::::::::::::::::::::::::::::::::::::::::::
181+
167182
Click any of the 3 merge options; don't forget to move the PR
168183
number to the start of the commit message like you did
169184
in the Version Control with Git lesson:
@@ -207,6 +222,16 @@ Head over to the repositories **Issues** tab.
207222
Check that your Issue for adding your favourite cloud file
208223
was closed when you merged the PR.
209224

225+
::::::::::::::::::::::::::::::::::::: instructor
226+
227+
There may not be time for learners to complete the challenge
228+
(updating their local main branch and deleting their local feature branch).
229+
You should update your local main branch and use `git log --oneline --graph`
230+
to demonstrate the messy history that has been created due to
231+
each learner selecting a random merge strategy in their PRs.
232+
233+
::::::::::::::::::::::::::::::::::::::::::::::::
234+
210235
::::::::::::::::::::::::::::::::::::::: challenge
211236

212237
## Local Cleanup

md5sum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-11-19"
44
"config.yaml" "a0157ab76adc733800b01dccf01125b6" "site/built/config.yaml" "2025-02-26"
55
"index.md" "4f0b01239324c43e254def95f89923a9" "site/built/index.md" "2025-01-20"
6-
"episodes/00-repo-access.md" "e6524e4a06479f449a44fda3b440f690" "site/built/00-repo-access.md" "2025-02-25"
6+
"episodes/00-repo-access.md" "2467b2af26577b9c11ac300706e8558c" "site/built/00-repo-access.md" "2025-03-03"
77
"episodes/01-issues.md" "f22fad38ef9a49a94df0d58619afdf2c" "site/built/01-issues.md" "2025-02-26"
88
"episodes/02-branching.md" "4c1ea5d3b2a27714d1063d0c552ee7e9" "site/built/02-branching.md" "2025-02-27"
99
"episodes/03-feature-branch.md" "02088db1460b479504a503c8f5bff768" "site/built/03-feature-branch.md" "2025-02-26"
10-
"episodes/04-review.md" "a05866f6f104273960133396026217c5" "site/built/04-review.md" "2025-02-26"
10+
"episodes/04-review.md" "db6c731c1e6ff113cea69eda75a4c00f" "site/built/04-review.md" "2025-03-03"
1111
"episodes/Break.md" "3f756cfaee9cc1c397381668102aaea0" "site/built/Break.md" "2025-01-10"
1212
"episodes/07-history.md" "ef281c80f9126ca785bfa170e8c27a62" "site/built/07-history.md" "2025-02-27"
1313
"episodes/05-forks.md" "b8ec1e10b8ce0513086cc32693865559" "site/built/05-forks.md" "2025-02-26"

0 commit comments

Comments
 (0)