diff --git a/content/forking-workflow.md b/content/forking-workflow.md index 9486139..234a4eb 100644 --- a/content/forking-workflow.md +++ b/content/forking-workflow.md @@ -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: - called `forking-workflow-exercise` + using this 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. diff --git a/content/guide.md b/content/guide.md index d0e064f..2915168 100644 --- a/content/guide.md +++ b/content/guide.md @@ -52,6 +52,9 @@ exercise repository. can then fork yourself if needed. - For CR workshops, the exercises were placed under . 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 + 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` diff --git a/content/img/centralized/generate_repo.png b/content/img/centralized/generate_repo.png index 96e759b..a2ef396 100644 Binary files a/content/img/centralized/generate_repo.png and b/content/img/centralized/generate_repo.png differ diff --git a/content/img/centralized/generate_repo.svg b/content/img/centralized/generate_repo.svg deleted file mode 100644 index 48ddb47..0000000 --- a/content/img/centralized/generate_repo.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - diff --git a/content/same-repository.md b/content/same-repository.md index b40cf7f..c1270a7 100644 --- a/content/same-repository.md +++ b/content/same-repository.md @@ -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 - called `centralized-workflow-exercise` (There is no need to tick *"Include all branches"* for this exercise): + called `centralized-workflow-exercise` + from the 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%