-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Kasuko edited this page Sep 13, 2010
·
4 revisions
This will get both projects cloned and set up.
git clone git://github.com/Kasuko/LucidDreamer.git LucidDreamer git clone git://github.com/Kasuko/LucidDreamer.git LucidDreamerTest cd LucidDreamerTest git branch --track test origin/test git checkout test git branch -D master cd ..
or with push ability
git clone [email protected]:Kasuko/LucidDreamer.git LucidDreamer git clone [email protected]:Kasuko/LucidDreamer.git LucidDreamerTest cd LucidDreamerTest git branch --track test origin/test git checkout test git branch -D master cd ..