Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed Nov 15, 2023
1 parent 3efa63e commit f6ab4ac
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 42 deletions.
4 changes: 2 additions & 2 deletions docs/learn/07.VersionControl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Use the email of your Github account
## Git - Check the results

Git config
```{r}
```
usethis::use_git_config(user.name = “User Name”,
user.email = “email@email.com”)
usethis::git_sitrep()
Expand All @@ -182,7 +182,7 @@ You can change the PAT’s name
After you have created the PAT, copy the token

Create a GitHub personal access token (PAT)
```{r}
```
usethis::create_github_token()
```
Expand Down
Loading

0 comments on commit f6ab4ac

Please sign in to comment.