···40404141**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).
4242```
4343-$ git pull remote
4343+$ git pull origin
4444$ git push origin master
4545```
4646