Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseob2kim committed Jun 29, 2022
1 parent 73885f4 commit 751c3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/github.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

### 3. Configure git with Rstudio ############################################

## Name, email
usethis::use_git_config(user.name = "Jinseob Kim", user.email = "[email protected]")

## setting: permanent storage
credentials::credential_helper_set("manager") # Windows
credentials::credential_helper_set("osxkeychain") # Mac
Expand Down

0 comments on commit 751c3d5

Please sign in to comment.