Repositories
example
This is an example repository.
-
Cloning this repository:
git clone git://gitorious.org/example/example.git example cd example
Add this repository as a remote to an existing local repository:
git remote add example git://gitorious.org/example/example.git git fetch example git checkout -b my-local-tracking-branch example/master_or_other_branch

