Repositories
plasmagenericshell
git-svn clone of workspace/libs/plasmagenericshell; I'm using this to work on hte activity manager right now.
expect frequent history rewrites.
-
Cloning this repository:
git clone git://gitorious.org/random-crap/plasmagenericshell.git plasmagenericshell cd plasmagenericshell
Add this repository as a remote to an existing local repository:
git remote add plasmagenericshell git://gitorious.org/random-crap/plasmagenericshell.git git fetch plasmagenericshell git checkout -b my-local-tracking-branch plasmagenericshell/master_or_other_branch
neural-nets
an extra-credit project for COGS 100; it’s a very simple virtual world with virtual creatures.
-
Cloning this repository:
git clone git://gitorious.org/random-crap/neural-nets.git neural-nets cd neural-nets
Add this repository as a remote to an existing local repository:
git remote add neural-nets git://gitorious.org/random-crap/neural-nets.git git fetch neural-nets git checkout -b my-local-tracking-branch neural-nets/master_or_other_branch

