From a76cb52d94c3b67e8508334f9239c440b5ebb0a4 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Sat, 23 Oct 2021 13:41:14 -0700 Subject: [PATCH] Make 'initialize_text' variable also --- child-create-a-github-repo.Rmd | 2 +- connect-git-github.Rmd | 3 ++- connect-rstudio-git-github.Rmd | 3 ++- usage-existing-project-github-first.Rmd | 3 ++- usage-new-project-github-first.Rmd | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/child-create-a-github-repo.Rmd b/child-create-a-github-repo.Rmd index c606498..9d8b061 100644 --- a/child-create-a-github-repo.Rmd +++ b/child-create-a-github-repo.Rmd @@ -9,7 +9,7 @@ How to fill this in: * Repository name: <<>> * Description: <<>> * Public. -* Initialize this repository with: Add a README file. +* <<>> Click the big green button that says "Create repository". diff --git a/connect-git-github.Rmd b/connect-git-github.Rmd index 047169a..d43e422 100644 --- a/connect-git-github.Rmd +++ b/connect-git-github.Rmd @@ -16,7 +16,8 @@ dat <- list( `myrepo` or whatever you wish (we'll delete this soon)."), description_text = glue::glue(" \"Repository for testing my Git/GitHub setup\" or similar. It's nice to \\ - have something here, so you'll see it appear in the README.") + have something here, so you'll see it appear in the README."), + initialize_text = "Initialize this repository with: Add a README file." ) insert <- glue::glue_data( dat, diff --git a/connect-rstudio-git-github.Rmd b/connect-rstudio-git-github.Rmd index 63127ca..16e8792 100644 --- a/connect-rstudio-git-github.Rmd +++ b/connect-rstudio-git-github.Rmd @@ -40,7 +40,8 @@ dat <- list( `myrepo` or whatever you wish (we'll delete this soon)."), description_text = glue::glue(" \"Repository for testing my Git/GitHub setup\" or similar. It's nice to \\ - have something here, so you'll see it appear in the README.") + have something here, so you'll see it appear in the README."), + initialize_text = "Initialize this repository with: Add a README file." ) insert <- glue::glue_data( dat, diff --git a/usage-existing-project-github-first.Rmd b/usage-existing-project-github-first.Rmd index 309ab42..66ec706 100644 --- a/usage-existing-project-github-first.Rmd +++ b/usage-existing-project-github-first.Rmd @@ -23,7 +23,8 @@ dat <- list( whitespace. Letters, digits, `-`, `.`, or `_` are allowed."), description_text = glue::glue(" \"Analysis of the stuff\" or any short description of the project. Write \\ - this for humans.") + this for humans."), + initialize_text = "Initialize this repository with: Add a README file." ) insert <- glue::glue_data( dat, diff --git a/usage-new-project-github-first.Rmd b/usage-new-project-github-first.Rmd index 6dd5ef4..7ab84cd 100644 --- a/usage-new-project-github-first.Rmd +++ b/usage-new-project-github-first.Rmd @@ -21,7 +21,8 @@ dat <- list( whitespace. Letters, digits, `-`, `.`, or `_` are allowed."), description_text = glue::glue(" \"Analysis of the stuff\" or any short description of the project. Write \\ - this for humans.") + this for humans."), + initialize_text = "Initialize this repository with: Add a README file." ) insert <- glue::glue_data( dat,