How to Link GitHub and RStudio
How To: Install Git and link GitHub and RStudio
In this tutorial we cover how to to install Git, create a GitHub account, and link them both to RStudio.
Relevant Links:
GitHub: https://github.com/
Git Download: https://git-scm.com/downloads
git config --global user.email "YOUREMAIL"
git config --global user.name "YOURNAME"