-
Notifications
You must be signed in to change notification settings - Fork 10
Git Instructions
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
git push origin :branch
git difftool
For more see the reference.