Skip to content

Commit 986a8a2

Browse files
authored
Merge pull request #478 from coderefinery/radovan/guide
add note about the need to re-create exercise repos; closes #477
2 parents 537334c + 4a251ad commit 986a8a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Do this at least one day before the workshop!
1212
(this means **not** using "generating from template")
1313
- <https://github.com/cr-workshop-exercises/recipe-book>
1414
- <https://github.com/cr-workshop-exercises/recipe-book-recorded>
15+
- **You probably need to re-created them before the workshop even though they might already exist**
16+
from a previous workshop. Motivation: the repositories from a previous workshop probably carry issues
17+
and pull requests and the network graph will differ from what you want to show.
1518
- You can create these using `git clone --mirror` and `git push --mirror` to make sure to copy **all branches**:
1619
```console
1720
$ git clone --mirror [email protected]:cr-workshop-exercises/recipe-book-template.git

0 commit comments

Comments
 (0)