File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Make sure your change appears online.
8686### 4. Update your local repository (local clone) with the changes of your collaborators
8787
8888``` bash
89- git pull origin master
89+ git pull origin main
9090```
9191
9292``` {admonition} "Short names for repositories:"
@@ -129,7 +129,7 @@ Decide which changes you want to keep, and modify the file so it looks as you wi
129129``` bash
130130git add README.md
131131git commit -m " resolving merge conflict"
132- git push origin master
132+ git push origin main
133133```
134134
135135You can continue working on as usual.
@@ -192,7 +192,7 @@ Make some changes to a file and commit and publish them.
192192``` bash
193193git add README.md
194194git commit -m " more changes"
195- git push origin master
195+ git push origin main
196196```
197197
198198``` {admonition} Note
You can’t perform that action at this time.
0 commit comments