Skip to content

Commit

Permalink
GitHub Config
Browse files Browse the repository at this point in the history
Added GitHub Config file.
  • Loading branch information
FulyaGokalp2 authored Feb 20, 2024
1 parent 5973a0e commit 6b38477
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Reproducible_pipelines_book_club/Meeting_05/GitHub_Config.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# How to easily get authentication with your GitHub account:

install.packages("devtools")
library(devtools)
usethis::use_git_config(
user.name="Harry Potter",
user.email="[email protected]"
)
usethis::create_github_token()
gitcreds::gitcreds_set()

0 comments on commit 6b38477

Please sign in to comment.