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

