Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions episodes/14-collaboration-using-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ sequenceDiagram
Staging Area->>+Local Repository: git commit
Local Repository->>+Remote Repository: git push
Remote Repository->>+Local Repository: git fetch
Local Repository->>+Working Tree:git checkout
Local Repository->>+Working Tree:git restore
Local Repository->>+Working Tree:git merge
Remote Repository->>+Working Tree: git pull (shortcut for git fetch followed by git checkout/merge)
Remote Repository->>+Working Tree: git pull (shortcut for git fetch followed by git merge)
-->

<!--
Expand Down
Loading
Loading