Skip to content

Instantly share code, notes, and snippets.

@EHER
Created February 5, 2012 04:47
Show Gist options
  • Save EHER/1742864 to your computer and use it in GitHub Desktop.
Save EHER/1742864 to your computer and use it in GitHub Desktop.
#!/bin/sh
./git-merge-subtree.sh phpunit phpunit git://github.com/sebastianbergmann/phpunit.git master
./git-merge-subtree.sh dbunit dbunit git://github.com/sebastianbergmann/dbunit.git master
./git-merge-subtree.sh php-file-iterator php-file-iterator git://github.com/sebastianbergmann/php-file-iterator.git master
./git-merge-subtree.sh php-test-template php-text-template git://github.com/sebastianbergmann/php-text-template.git master
./git-merge-subtree.sh php-code-coverage php-code-coverage git://github.com/sebastianbergmann/php-code-coverage.git master
./git-merge-subtree.sh php-token-stream php-token-stream git://github.com/sebastianbergmann/php-token-stream.git master
./git-merge-subtree.sh php-timer php-timer git://github.com/sebastianbergmann/php-timer.git master
./git-merge-subtree.sh phpunit-mock-objects phpunit-mock-objects git://github.com/sebastianbergmann/phpunit-mock-objects.git master
./git-merge-subtree.sh phpunit-selenium phpunit-selenium git://github.com/sebastianbergmann/phpunit-selenium.git master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment