Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/8ballbot/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/8ballbot/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
plugin
The 8ballbot implemented as a StatusNet plugin rather than an XMPP thingy.
-
Cloning this repository:
git clone git://gitorious.org/8ballbot/plugin.git plugin cd plugin
Add this repository as a remote to an existing local repository:
git remote add plugin git://gitorious.org/8ballbot/plugin.git git fetch plugin git checkout -b my-local-tracking-branch plugin/master_or_other_branch

