Skip to content

Commit

Permalink
style: 💄 add Console label to R code chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 4, 2024
1 parent 431dc6f commit 4e0041f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/common/github-authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ store, and create passwords.
You very likely haven't set up a PAT, but if you are uncertain, you can
always check with:

``` r
``` {.r filename="Console"}
usethis::gh_token_help()
```

Expand All @@ -67,7 +67,7 @@ that means we need to make Git and `{usethis}` aware of the token. We do
that by typing the next function in the Console to create the token on
GitHub (if you haven't created one already).

``` r
``` {.r filename="Console"}
usethis::create_github_token()
```

Expand All @@ -85,7 +85,7 @@ lost it, or if you've changed to a new computer.

In the Console, run:

``` r
``` {.r filename="Console"}
gitcreds::gitcreds_set()
```

Expand All @@ -103,7 +103,7 @@ changes) that you are who you claim to digitally be.
There is another great helper function that runs a lot of checks and
gives some advice when it finds potential problems.

``` r
``` {.r filename="Console"}
usethis::git_sitrep()
```

Expand Down

0 comments on commit 4e0041f

Please sign in to comment.