From bed1606cd5b436be69bb484decd7cfa7591e2317 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Fri, 16 Oct 2020 10:03:10 -0700 Subject: [PATCH] Do and don't repeat myself --- connect-credential-caching.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/connect-credential-caching.Rmd b/connect-credential-caching.Rmd index 97af0b96..4f475395 100644 --- a/connect-credential-caching.Rmd +++ b/connect-credential-caching.Rmd @@ -113,8 +113,7 @@ library(gitcreds) gitcreds_set() ``` -This allows you to keep or view any existing credentials and replace them or store a credential for the first time. -`gitcreds::gitcreds_set()` is a very handy function, since it reports any current credential, allows you to see it, and allows you to keep or replace a credential. +`gitcreds::gitcreds_set()` is a very handy function, since it reports any current credential, allows you to see it, allows you to keep or replace an existing credential, and can also store a credential for the first time. Respond to the prompt with your personal access token (PAT). @@ -141,6 +140,8 @@ library(credentials) set_github_pat() ``` +Respond to the prompt with your personal access token (PAT). + If successful, your initial (and subsequent) calls will look like this: ```{r eval = FALSE}