Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor change to reflect current menu options

...

  • Log into RStudio Sever
  • Tools → Global Options → Git/SVN
  • Create RSA Key (or View public key, if you have previously completed this step)
  • Copy the public key text
  • Log into Swarthmore's GitHub Enterprise system: https://github.swarthmore.edu
  • Click on your avatar (top right of screen)  Settings  SSH User Settings SSH and GPG Keys
  • Add SSH Key
  • Give the key a title (e.g. "RStudio") and paste the public key into the Key section, then save.

...

Panel
titleReplace the text in bold with your information

git config --global user.email "me@swarthmore.edu"
git config --global user.name "my name"

 


Setting up a new RStudio Project with Git

...

Thanks to Ewen Harrison for the "RStudio and GitHub" blog post on R-bloggers: http://www.r-bloggers.com/rstudio-and-github/ for providing a good summary of how to use RStudio with GitHub.