Group work for a Monash Research Methods course

Minor change to git tutorial.

+1 -1
+1 -1
tutorials/git_and_github.md
··· 40 41 **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
··· 40 41 **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