Prince:Version Control: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Added more tutorials, and link to github organization)
Line 7: Line 7:
==Git==
==Git==


[http://git-scm.com/ Git] is the preferred version control tool of the Prince lab (bazaar and mercurial can also be recommended).
[http://git-scm.com/ Git] is the preferred version control tool of the Prince lab (bazaar and mercurial can also be recommended). <br/> [http://whygitisbetterthanx.com/#easy-to-learn Why is git better than X?]


[https://facwiki.cs.byu.edu/CS431/index.php/Git_Basics '''git''' tutorial from the BYU CS department]
[https://facwiki.cs.byu.edu/CS431/index.php/Git_Basics '''git''' tutorial from the BYU CS department]

Revision as of 09:43, 28 January 2011

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).
Why is git better than X?

git tutorial from the BYU CS department

The Git Reference is a little more in-depth, but also good for more in-depth learning about git.

github

Most of the code written in the lab is hosted on github, a social coding site. The code is mostly in the Prince Lab github organization. Make an account, clone the repositories, and start contributing!