From 9938f1c4b91862b1af73119159f77afbcba5a91f Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Sat, 23 Oct 2021 16:27:46 -0700 Subject: [PATCH] Restore this header --- usage-existing-project-github-first.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usage-existing-project-github-first.Rmd b/usage-existing-project-github-first.Rmd index b428520..ede4c36 100644 --- a/usage-existing-project-github-first.Rmd +++ b/usage-existing-project-github-first.Rmd @@ -100,6 +100,8 @@ 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 + ```{r echo = FALSE, results = "asis"} cat(readLines("child-the-end-of-repo-setup.Rmd"), sep = '\n') ```