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:
Git Download:
git config --global user.email "YOUREMAIL"
git config --global user.name "YOURNAME"