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

