Site icon R-bloggers

Mastering Git and GitHub: the hands-on workshop

[This article was first published on Mirai Solutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

On 25/05 learn the basis of version control via a hands-on 3.5-hours workshop using command line, R, RStudio or a web browser.

< !--more-->

Have you ever feared to mess up your code, to lose your development or to spend endless time to integrate a collaborator’s work? Then the answer for you is version control.

Reference xkcd comics.

Git is a popular, free and open source version control system designed to be very efficient and to support distributed, non-linear workflows. It helps to collaborate, track changes and ease the coordination and communication with others.

Moreover, a remote host for your git-managed project helps:

Hosting services like GitHub, Bitbucket and GitLab can provide a virtual storing space for git-based projects and an interface for visualizing the material, syncing it, communicate with others and manage the project defining work items in an agile approach.

In the 3.5-hour hands-on workshop “Git & GitHub (for the R User)” planned for May 25th at 14 – 17:30 CEST we will look at the basic commands in git, both using git command line, R, and RStudio. We will learn how to systematically store different versions of the code, recover a past status and safely integrate changes. We will also explore the connection with GitHub, including how to collaborate with others, work with branches, and complete the development up to a release using the GitFlow approach.

Git & GitHub (for the R User) upcoming workshop

This workshop can be taken stand-alone but it can also be a nice preparation for our R and Shiny development learning paths.

Register now directly on our website.

Otherwise contact us if you would like to have a custom workshop tailored to your needs.

To leave a comment for the author, please follow the link and comment on their blog: Mirai Solutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.