We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986a8a2 + c877fb0 commit f9e6ca8Copy full SHA for f9e6ca8
content/guide.md
@@ -17,7 +17,7 @@ Do this at least one day before the workshop!
17
and pull requests and the network graph will differ from what you want to show.
18
- You can create these using `git clone --mirror` and `git push --mirror` to make sure to copy **all branches**:
19
```console
20
- $ git clone --mirror git@github.com:cr-workshop-exercises/recipe-book-template.git
+ $ git clone --mirror git@github.com:coderefinery/recipe-book-template.git
21
$ cd recipe-book-template.git
22
$ git push --mirror git@github.com:cr-workshop-exercises/recipe-book-recorded.git
23
$ git push --mirror git@github.com:cr-workshop-exercises/recipe-book.git
0 commit comments