Skip to content

Instantly share code, notes, and snippets.

@juokaz
Created March 15, 2011 17:49
Show Gist options
  • Save juokaz/871128 to your computer and use it in GitHub Desktop.
Save juokaz/871128 to your computer and use it in GitHub Desktop.
# Split tree, from http://fossplanet.com/f6/%5Bsymfony-devs%5D-%5Bsymfony2%5D-zf2-dependency-resending-sf-ml-80224/
git subtree split --prefix=library/Zend/Paginator/ --annotate="[Zend_Paginator]" --rejoin -b zf2/zend_paginator
git checkout zf2/zend_paginator
# Push to our repo
git remote add origin git@github.com:juokaz/zend-paginator.git
git push zf2/zend_paginator:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment