Repo for Intro to R for Biologists Bootcamp
View the Project on GitHub bioinformatics-core-shared-training/Using_Git_with_R
Follow trainer who will live-code an example.
git config –global user.name “Your name”.
git config –global user.email “Your e-mail adddress”.
The name and e-mail must be the ones you used when creating your Github account. Rstudio uses this information to connect you to Github..
From the shell you can always check these settings with this command:
git config –global -l.
–End of Exercise 2–