Skip to content
micramm edited this page Nov 13, 2013 · 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

Here is a list of the most essential day-to-day commands

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

View changes side-by-side

git difftool

For more see the reference.