bookclub-advr

DSLC Advanced R Book Club
git clone https://git.eamoncaddigan.net/bookclub-advr.git
Log | Files | Refs | README | LICENSE

commit ddee529ad1dc157a6ae90c16f8fdbe9d7bd42643
parent 23028cfa98211b5fee2bb6d82da3e1a7d08f762e
Author: Jon Harmon <jonthegeek@gmail.com>
Date:   Sat, 11 Jun 2022 15:36:24 -0500

Push after pr_finish. (#11)


Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -49,5 +49,6 @@ Do these steps each time you present another chapter: 8. `usethis::pr_push()` (pushes the changes up to github, and opens a "pull request" (PR) to let us know your work is ready). 9. (If we request changes, make them) 10. When your PR has been accepted ("merged"), `usethis::pr_finish()` to close out your branch and prepare your local repository for future work. +11. Now that your local copy is up-to-date with the main repo, you need to update your remote fork. Run `gert::git_push()` or click the `Push` button on the `Git` tab of Rstudio. When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://r4ds.io/advr).