Prince:Version Control

From OpenWetWare
Revision as of 14:59, 16 March 2010 by John T. Prince (talk | contribs)
Jump to navigationJump to search

Home        Lab Members         Research         Publications         Internal         Mass Spec         Contact        


Introduction

Version control software allows a person to track changes to a project, encourages frequent backups, and allows editing from multiple locations. It can be a little difficult to use at first, but the common workflow is also quickly mastered. If you care about your project, why not version control it?

Git

Git is the preferred version control tool of the Prince lab (bazaar and mercurial can also be recommended).

git tutorial from the BYU CS department