Repositories
spellbee
A desktop game application based on the “Spelling Bee” popular across the world
-
Cloning this repository:
git clone git://gitorious.org/spellbee/spellbee.git spellbee cd spellbee
Add this repository as a remote to an existing local repository:
git remote add spellbee git://gitorious.org/spellbee/spellbee.git git fetch spellbee git checkout -b my-local-tracking-branch spellbee/master_or_other_branch
yevlempys-spellbee
-
Cloning this repository:
git clone git://gitorious.org/~yevlempy/spellbee/yevlempys-spellbee.git yevlempys-spellbee cd yevlempys-spellbee
Add this repository as a remote to an existing local repository:
git remote add yevlempys-spellbee git://gitorious.org/~yevlempy/spellbee/yevlempys-spellbee.git git fetch yevlempys-spellbee git checkout -b my-local-tracking-branch yevlempys-spellbee/master_or_other_branch
sayan-spellbee
-
Cloning this repository:
git clone git://gitorious.org/~sayan/spellbee/sayan-spellbee.git sayan-spellbee cd sayan-spellbee
Add this repository as a remote to an existing local repository:
git remote add sayan-spellbee git://gitorious.org/~sayan/spellbee/sayan-spellbee.git git fetch sayan-spellbee git checkout -b my-local-tracking-branch sayan-spellbee/master_or_other_branch

