diff --git a/Reproducible_pipelines_book_club/Meeting_05/GitHub_Config.R b/Reproducible_pipelines_book_club/Meeting_05/GitHub_Config.R new file mode 100644 index 0000000..d2909da --- /dev/null +++ b/Reproducible_pipelines_book_club/Meeting_05/GitHub_Config.R @@ -0,0 +1,11 @@ + +# How to easily get authentication with your GitHub account: + +install.packages("devtools") +library(devtools) +usethis::use_git_config( + user.name="Harry Potter", + user.email="heyharry@example.com" +) +usethis::create_github_token() +gitcreds::gitcreds_set()