Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/forking-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ accept modifications without having to grant write access to others.
::::{tab} Part of team/exercise room

**Maintainer (team lead)**:
- Create an exercise repository by
- Create an exercise repository
called `forking-workflow-exercise` by
[generating from a template](https://help.github.com/en/articles/creating-a-repository-from-a-template)
using this template: <https://github.com/coderefinery/template-forking-workflow-exercise>
called `forking-workflow-exercise`
using this template: <https://github.com/coderefinery/recipe-book-template>.
- In this case we **do not add collaborators** to the repository (this is the point of this example).
- Share the link to the newly created repository with your group.

Expand Down
3 changes: 3 additions & 0 deletions content/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ exercise repository.
can then fork yourself if needed.
- For CR workshops, the exercises were placed under
<https://github.com/cr-workshop-exercises>. The instructors or team leads need to have owner status in the organization in order to invite people.
- All exercise repositories can be created from
<https://github.com/coderefinery/recipe-book-template> by `git clone
--mirror` from the template followed by `git push --mirror` towards the exercise repository.
- We have created two versions of each **a day in advance** to signal which one might end up
being discussed on recording/stream:
- `centralized-workflow-exercise-recorded`
Expand Down
Binary file modified content/img/centralized/generate_repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 0 additions & 125 deletions content/img/centralized/generate_repo.svg

This file was deleted.

5 changes: 3 additions & 2 deletions content/same-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ contribute.
This is typically the exercise lead (if available). Everyone else
is a *collaborator*.
- The **maintainer** (one person per group) generates a new repository
from the template <https://github.com/coderefinery/template-centralized-workflow-exercise>
called `centralized-workflow-exercise` (There is no need to tick *"Include all branches"* for this exercise):
called `centralized-workflow-exercise`
from the template <https://github.com/coderefinery/recipe-book-template>
(There is no need to tick *"Include all branches"* for this exercise):
:::{figure} img/centralized/generate_repo.png
:alt: Screenshot of generating the exercise repository
:width: 100%
Expand Down
Loading