Repositories
gmemory
Main repository for gmemory, a concentration game for GNOME.
-
Cloning this repository:
git clone git://gitorious.org/gmemory/gmemory.git gmemory cd gmemory
Add this repository as a remote to an existing local repository:
git remote add gmemory git://gitorious.org/gmemory/gmemory.git git fetch gmemory git checkout -b my-local-tracking-branch gmemory/master_or_other_branch

