Skip to content
Closed
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
5 changes: 4 additions & 1 deletion common-content/en/module/induction/working-locally/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ emoji= '🏠'

Here is a diagram representing how the repositories interact after forking and cloning:

![fork-and-clone-diagram](fork-and-clone-diagram.png)
```mermaid
flowchart LR
GitHubRepo[GitHub Repository (Original)] --> ForkedRepo[Your Forked Repository]
ForkedRepo --> LocalClone[Your Local Clone]

Sketch this diagram in your notebook. When you inevitably get mixed lost about where your changes are, you can refer back to this diagram to help you understand what's happening.

Expand Down
Loading