Skip to content

Commit

Permalink
Update github.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseob2kim authored Mar 6, 2023
1 parent 06dbef0 commit d837789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/github.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
### 3. Configure git with Rstudio ############################################

## Name, email
usethis::use_git_config(user.name = "sehee-lim", user.email = "sehee0706@naver.com")
usethis::use_git_config(user.name = "jinseob kim", user.email = "jinseob2kim@gmail.com")

## setting: permanent storage
credentials::credential_helper_set("manager") # Windows
Expand Down Expand Up @@ -48,4 +48,4 @@ usethis::git_sitrep()

# ----------------------------------------------------------------------------

## THAT'S IT!
## THAT'S IT!

0 comments on commit d837789

Please sign in to comment.