Created
April 1, 2010 02:22
-
-
Save tosik/351237 to your computer and use it in GitHub Desktop.
cradol の開発環境構築手順
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git@github.com:tosik/cradol.git | |
cd cradol | |
git submodule update --init | |
cd BlueCarrot | |
git checkout master | |
git remote add private git@github.com:tosik/BlueCarrot.git | |
cd ../ | |
cd automaze | |
git checkout master | |
git remote add private git@github.com:tosik/automaze.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment