We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b39d9f + c802728 commit 8168ef3Copy full SHA for 8168ef3
2 files changed
episodes/14-collaboration-using-git.md
@@ -113,9 +113,9 @@ sequenceDiagram
113
Staging Area->>+Local Repository: git commit
114
Local Repository->>+Remote Repository: git push
115
Remote Repository->>+Local Repository: git fetch
116
- Local Repository->>+Working Tree:git checkout
+ Local Repository->>+Working Tree:git restore
117
Local Repository->>+Working Tree:git merge
118
- 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)
119
-->
120
121
<!--
0 commit comments