diff --git a/child-the-end-of-repo-setup.Rmd b/child-the-end-of-repo-setup.Rmd new file mode 100644 index 0000000..e80b99a --- /dev/null +++ b/child-the-end-of-repo-setup.Rmd @@ -0,0 +1,8 @@ +Now just "lather, rinse, repeat". +Do work somewhere: locally or on GitHub. +Commit it. +Push it or pull it, depending on where you did the work, 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 reason, it's a good idea to try and get into the habit of pulling before you attempt to push. diff --git a/usage-existing-project-github-first.Rmd b/usage-existing-project-github-first.Rmd index 66ec706..b428520 100644 --- a/usage-existing-project-github-first.Rmd +++ b/usage-existing-project-github-first.Rmd @@ -100,13 +100,6 @@ You should see all the project files you committed there. If you click on "commits," you should see one with the message you used, e.g. "Init project XYZ". -## The end - -Now just "lather, rinse, repeat". -Do work somewhere: locally or on GitHub. -Commit it. -Push it or pull it, depending on where you did the work, 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 reason, it's a good idea to try and get into the habit of pulling before you attempt to push. +```{r echo = FALSE, results = "asis"} +cat(readLines("child-the-end-of-repo-setup.Rmd"), sep = '\n') +``` diff --git a/usage-existing-project-github-last.Rmd b/usage-existing-project-github-last.Rmd index 39b4054..965fb27 100644 --- a/usage-existing-project-github-last.Rmd +++ b/usage-existing-project-github-last.Rmd @@ -152,11 +152,6 @@ If this project already had a Git history, it should be reflected on GitHub. ## The end -Now just "lather, rinse, repeat". -Do work somewhere: locally or on GitHub. -Commit it. -Push it or pull it, depending on where you did the work, 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 reason, it's a good idea to try and get into the habit of pulling before you attempt to push. +```{r echo = FALSE, results = "asis"} +cat(readLines("child-the-end-of-repo-setup.Rmd"), sep = '\n') +``` diff --git a/usage-new-project-github-first.Rmd b/usage-new-project-github-first.Rmd index 7ab84cd..1ea3d82 100644 --- a/usage-new-project-github-first.Rmd +++ b/usage-new-project-github-first.Rmd @@ -226,11 +226,6 @@ You should now see the new line there. ## The end -Now just "lather, rinse, repeat". -Do work somewhere: locally or on GitHub. -Commit it. -Push it or pull it, depending on where you did the work, 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 reason, it's a good idea to try and get into the habit of pulling before you attempt to push. +```{r echo = FALSE, results = "asis"} +cat(readLines("child-the-end-of-repo-setup.Rmd"), sep = '\n') +```