Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Do this at least one day before the workshop!
and pull requests and the network graph will differ from what you want to show.
- You can create these using `git clone --mirror` and `git push --mirror` to make sure to copy **all branches**:
```console
$ git clone --mirror [email protected]:cr-workshop-exercises/recipe-book-template.git
$ git clone --mirror [email protected]:coderefinery/recipe-book-template.git
$ cd recipe-book-template.git
$ git push --mirror [email protected]:cr-workshop-exercises/recipe-book-recorded.git
$ git push --mirror [email protected]:cr-workshop-exercises/recipe-book.git
Expand Down
Loading