Repositories
vsc-v2
-
Cloning this repository:
git clone git://gitorious.org/vsc-v2/vsc-v2.git vsc-v2 cd vsc-v2
Add this repository as a remote to an existing local repository:
git remote add vsc-v2 git://gitorious.org/vsc-v2/vsc-v2.git git fetch vsc-v2 git checkout -b my-local-tracking-branch vsc-v2/master_or_other_branch
littr-me
In browser editing application based on libVSC.
-
Cloning this repository:
git clone git://gitorious.org/vsc-v2/littr-me.git littr-me cd littr-me
Add this repository as a remote to an existing local repository:
git remote add littr-me git://gitorious.org/vsc-v2/littr-me.git git fetch littr-me git checkout -b my-local-tracking-branch littr-me/master_or_other_branch
vsc-orm
the excised orm layer of libvsc
-
Cloning this repository:
git clone git://gitorious.org/vsc-v2/vsc-orm.git vsc-orm cd vsc-orm
Add this repository as a remote to an existing local repository:
git remote add vsc-orm git://gitorious.org/vsc-v2/vsc-orm.git git fetch vsc-orm git checkout -b my-local-tracking-branch vsc-orm/master_or_other_branch

