Minor change to git tutorial.
This commit is contained in:
parent
e6356f228a
commit
aa535bda67
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user