From 4ef8ec02d60de680ec0f45b331965c5f75ad44d1 Mon Sep 17 00:00:00 2001 From: brandtcowan Date: Fri, 3 Feb 2017 21:58:46 -0500 Subject: [PATCH] Update 20_usage-new-project-github-first.Rmd fixed a typo --- 20_usage-new-project-github-first.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20_usage-new-project-github-first.Rmd b/20_usage-new-project-github-first.Rmd index bc57d4f..5716396 100644 --- a/20_usage-new-project-github-first.Rmd +++ b/20_usage-new-project-github-first.Rmd @@ -111,4 +111,4 @@ Look at README.md again. You should now see the new line there. 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.