File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ accept modifications without having to grant write access to others.
1616 ::::{tab} Part of team/exercise room
1717
1818 ** Maintainer (team lead)** :
19- - Create an exercise repository by
19+ - Create an exercise repository
20+ called ` forking-workflow-exercise ` by
2021 [ generating from a template] ( https://help.github.com/en/articles/creating-a-repository-from-a-template )
21- using this template: < https://github.com/coderefinery/template-forking-workflow-exercise >
22- called ` forking-workflow-exercise `
22+ using this template: < https://github.com/coderefinery/recipe-book-template > .
2323 - In this case we ** do not add collaborators** to the repository (this is the point of this example).
2424 - Share the link to the newly created repository with your group.
2525
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ exercise repository.
5555 can then fork yourself if needed.
5656- For CR workshops, the exercises were placed under
5757 < https://github.com/cr-workshop-exercises > . The instructors or team leads need to have owner status in the organization in order to invite people.
58+ - All exercise repositories can be created from
59+ < https://github.com/coderefinery/recipe-book-template > by `git clone
60+ --mirror` from the template followed by ` git push --mirror` towards the exercise repository.
5861- We have created two versions of each ** a day in advance** to signal which one might end up
5962 being discussed on recording/stream:
6063 - ` centralized-workflow-exercise-recorded `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ contribute.
2727 This is typically the exercise lead (if available). Everyone else
2828 is a * collaborator* .
2929 - The ** maintainer** (one person per group) generates a new repository
30- from the template < https://github.com/coderefinery/template-centralized-workflow-exercise >
31- called ` centralized-workflow-exercise ` (There is no need to tick * "Include all branches"* for this exercise):
30+ called ` centralized-workflow-exercise `
31+ from the template < https://github.com/coderefinery/recipe-book-template >
32+ (There is no need to tick * "Include all branches"* for this exercise):
3233 :::{figure} img/centralized/generate_repo.png
3334 :alt: Screenshot of generating the exercise repository
3435 :width: 100%
You can’t perform that action at this time.
0 commit comments