1
0

Minor change to git tutorial.

This commit is contained in:
Kelvin Davis 2018-04-30 14:51:28 +10:00
parent e6356f228a
commit aa535bda67

View File

@ -40,7 +40,7 @@ and don't forget to write a nice message about the changes made.
**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).
```
$ git pull remote
$ git pull origin
$ git push origin master
```