···4041**Step 5.** In this step we pull the changes from the remote repository and merge them with ours. Then we push the merged changes back up to the master branch of the origin (the remote repository).
42```
43-$ git pull remote
44$ git push origin master
45```
46
···4041**Step 5.** In this step we pull the changes from the remote repository and merge them with ours. Then we push the merged changes back up to the master branch of the origin (the remote repository).
42```
43+$ git pull origin
44$ git push origin master
45```
46