Created
August 5, 2009 22:14
-
-
Save postmodern/163010 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/sh | |
for project in extlib do dm-core dm-more; do | |
echo ">>> Checking out $project" | |
git clone git://github.com/datamapper/$project.git | |
cd $project/ | |
git checkout -b next --track origin/next | |
cd .. | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment