Git & GitHub tutorial

Git

Git is a software which provides source code management & version control system. Using Git you can track changes in your software and its resources (supporting files). It helps you to manage your work with a team. Collaboration with your team members can be easily manged using Git utilities.

Git configuration in RStudio

There are few steps to follow to be able to use git in your RStudio.

Git tools in RStudio

GitHub

GitHub is the web-based GUI interface that allows you to host your source code repository as private/open-source software. It can be used to host your web pages on your own website. It helps you to share your code with others for collaboration.

With one click you can commit changes to your files. One click can push it to the remote (Your repository on GitHub)

GitHub Desktop application