Skip to content

Instantly share code, notes, and snippets.

@amercier
Created November 15, 2013 12:52
Show Gist options
  • Save amercier/7483899 to your computer and use it in GitHub Desktop.
Save amercier/7483899 to your computer and use it in GitHub Desktop.
#!/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