Skip to content
Hlab edited this page Nov 29, 2012 · 7 revisions

We use to github for version control, the repositories are:

Common Files: git://github.com/djgorman/Haeffner-Lab-LabRAD-Tools.git
Lattice Experiment: https://github.com/micramm/HaeffnerLabLattice

The following two links are excellent resources for getting started and understanding the github operations.

http://help.github.com/
http://progit.org/book/ch1-3.html

To set up git, follow the helpful instructions http://help.github.com/linux-set-up-git/

To start using the repository in a given directory:

git clone git://github.com/djgorman/Haeffner-Lab-LabRAD-Tools.git directory

Advanced Git Commands

Delete a remote branch

git push origin :branch

Clone this wiki locally