Agenda


  • configure Git
  • connect to GitHub
  • configure RStudio

Configure Git


  • git config --global user.name 'your name'
  • git config --global user.mail 'your mail address'
  • git config --global --list

Connect to GitHub


  • create a new repository on GitHub
  • clone repository to local computer
  • make changes to the repository
  • register the above changes
  • push the changes to the remote repository
  • check if the local changes are reflected in the GitHub repository

Create Repository



Create Repository



Clone Repository



Clone Repository



Make Changes



Push Changes



Confirm Changes



Configure RStudio



Configure RStudio