June 2022
Beginner
528 pages
10h 39m
English
Version control, in its simplest form, is used for tracking changes to your software. It is also an efficient way of collaborating on software development since it often allows several developers to make changes to the software and merge it with changes from other developers. RStudio supports two version control systems, Subversion and git. Of these, git is the most widely used, and although these things are very subjective of course, I think that it is also the better system. It is certainly the system we will use here.
There are two main purposes of using ...