Skip to content

Instantly share code, notes, and snippets.

@postmodern
Created August 5, 2009 22:14
Show Gist options
  • Save postmodern/163010 to your computer and use it in GitHub Desktop.
Save postmodern/163010 to your computer and use it in GitHub Desktop.
#!/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