Repositories
instrumentation
A set of libraries for instrumentation purposes.
-
Cloning this repository:
git clone git://gitorious.org/thoreau/instrumentation.git instrumentation cd instrumentation
Add this repository as a remote to an existing local repository:
git remote add instrumentation git://gitorious.org/thoreau/instrumentation.git git fetch instrumentation git checkout -b my-local-tracking-branch instrumentation/master_or_other_branch
testing
Libraries to assist in testing
-
Cloning this repository:
git clone git://gitorious.org/thoreau/testing.git testing cd testing
Add this repository as a remote to an existing local repository:
git remote add testing git://gitorious.org/thoreau/testing.git git fetch testing git checkout -b my-local-tracking-branch testing/master_or_other_branch

