
Event Date:
Tuesday, July 18th, 2017 – 12:00 PM to 1:00 PM
Speaker:
Giovanni Fusco
Abstract
Abstract:
Version Control is an efficient and effective way to manage your code. Whether you work solo or in a team, VC is a great tool for collaborating and keeping your code automatically organized and backed up. VC records the changes to your files, allowing you to revert files back to a previous state, keeps a history of the evolution of your project and enables you to keep your work backed up on a remote host. VC also makes collaboration easy, integrating collaborators’ contributions automatically and removes the worries associated with losing your version of the project.