From 0d8c058f4a4ad8a31b86afe3e6d6cf515d74385c Mon Sep 17 00:00:00 2001 From: Julian During Date: Tue, 31 Jan 2017 19:44:04 +0100 Subject: [PATCH] Typo --- 22_usage-existing-project-github-last.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/22_usage-existing-project-github-last.Rmd b/22_usage-existing-project-github-last.Rmd index dc45ded..cd92ad7 100644 --- a/22_usage-existing-project-github-last.Rmd +++ b/22_usage-existing-project-github-last.Rmd @@ -80,4 +80,4 @@ If you click on "commits," you should see one with the message "init". Now just ... repeat. Do work somewhere. Commit it. Push it or pull it\* depending on where you did it, but get local and remote "synced up". Repeat. -\* Note that in general (and especially in future when collaborating with other developers) you will usually need to pull changes from the remote (GitHub) before pushing the local changes you have made. For this reaon, it's a good idea to try and get into the habit of pulling before you attempt to push. +\* Note that in general (and especially in future when collaborating with other developers) you will usually need to pull changes from the remote (GitHub) before pushing the local changes you have made. For this reason, it's a good idea to try and get into the habit of pulling before you attempt to push.