Skip to content

Commit f9e6ca8

Browse files
authored
Merge pull request #480 from coderefinery/radovan/preparing-exercises
correction in the guide on how to prepare exercise repos
2 parents 986a8a2 + c877fb0 commit f9e6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Do this at least one day before the workshop!
1717
and pull requests and the network graph will differ from what you want to show.
1818
- You can create these using `git clone --mirror` and `git push --mirror` to make sure to copy **all branches**:
1919
```console
20-
$ git clone --mirror [email protected]:cr-workshop-exercises/recipe-book-template.git
20+
$ git clone --mirror [email protected]:coderefinery/recipe-book-template.git
2121
$ cd recipe-book-template.git
2222
$ git push --mirror [email protected]:cr-workshop-exercises/recipe-book-recorded.git
2323
$ git push --mirror [email protected]:cr-workshop-exercises/recipe-book.git

0 commit comments

Comments
 (0)