Whether you’re doing a simple data analysis project on your own or writing a large piece of complex software with a team of other people, using a robust version control system will make your life easier. One of the most popular systems is git.
Git can:
This session will touch on R only slightly, providing instead a broadly language-agnostic introduction to the key features of git. We’ll cover the benefits of version controlling your code, the concepts behind git, and how to use it in practice.