Created
November 15, 2013 12:52
-
-
Save amercier/7483899 to your computer and use it in GitHub Desktop.
bahs <(curl -# -L https://gist.github.com/amercier/7483899/raw)
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
#!/usr/bin/env sh | |
git remote | grep zendframework \ | |
|| git remote add --track master zendframework https://github.com/zendframework/ZendSkeletonApplication.git | |
git fetch zendframework | |
git merge zendframework/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment