Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created February 6, 2013 20:02
Show Gist options
  • Save weierophinney/4725328 to your computer and use it in GitHub Desktop.
Save weierophinney/4725328 to your computer and use it in GitHub Desktop.
#!/usr/bin/zsh
git subsplit publish "
library/Zend/Authentication:[email protected]:weierophinney/Component_ZendAuthentication.git
library/Zend/Barcode:[email protected]:weierophinney/Component_ZendBarcode.git
library/Zend/Cache:[email protected]:weierophinney/Component_ZendCache.git
library/Zend/Captcha:[email protected]:weierophinney/Component_ZendCaptcha.git
library/Zend/Code:[email protected]:weierophinney/Component_ZendCode.git
library/Zend/Config:[email protected]:weierophinney/Component_ZendConfig.git
library/Zend/Console:[email protected]:weierophinney/Component_ZendConsole.git
library/Zend/Crypt:[email protected]:weierophinney/Component_ZendCrypt.git
library/Zend/Db:[email protected]:weierophinney/Component_ZendDb.git
library/Zend/Debug:[email protected]:weierophinney/Component_ZendDebug.git
library/Zend/Di:[email protected]:weierophinney/Component_ZendDi.git
library/Zend/Dom:[email protected]:weierophinney/Component_ZendDom.git
library/Zend/Escaper:[email protected]:weierophinney/Component_ZendEscaper.git
library/Zend/EventManager:[email protected]:weierophinney/Component_ZendEventManager.git
library/Zend/Feed:[email protected]:weierophinney/Component_ZendFeed.git
library/Zend/File:[email protected]:weierophinney/Component_ZendFile.git
library/Zend/Filter:[email protected]:weierophinney/Component_ZendFilter.git
library/Zend/Form:[email protected]:weierophinney/Component_ZendForm.git
library/Zend/Http:[email protected]:weierophinney/Component_ZendHttp.git
library/Zend/I18n:[email protected]:weierophinney/Component_ZendI18n.git
library/Zend/InputFilter:[email protected]:weierophinney/Component_ZendInputFilter.git
library/Zend/Json:[email protected]:weierophinney/Component_ZendJson.git
library/Zend/Ldap:[email protected]:weierophinney/Component_ZendLdap.git
library/Zend/Loader:[email protected]:weierophinney/Component_ZendLoader.git
library/Zend/Log:[email protected]:weierophinney/Component_ZendLog.git
library/Zend/Mail:[email protected]:weierophinney/Component_ZendMail.git
library/Zend/Math:[email protected]:weierophinney/Component_ZendMath.git
library/Zend/Memory:[email protected]:weierophinney/Component_ZendMemory.git
library/Zend/Mime:[email protected]:weierophinney/Component_ZendMime.git
library/Zend/ModuleManager:[email protected]:weierophinney/Component_ZendModuleManager.git
library/Zend/Mvc:[email protected]:weierophinney/Component_ZendMvc.git
library/Zend/Navigation:[email protected]:weierophinney/Component_ZendNavigation.git
library/Zend/Paginator:[email protected]:weierophinney/Component_ZendPaginator.git
library/Zend/Permissions/Acl:[email protected]:weierophinney/Component_ZendPermissionsAcl.git
library/Zend/Permissions/Rbac:[email protected]:weierophinney/Component_ZendPermissionsRbac.git
library/Zend/Progressbar:[email protected]:weierophinney/Component_ZendProgressbar.git
library/Zend/Serializer:[email protected]:weierophinney/Component_ZendSerializer.git
library/Zend/Server:[email protected]:weierophinney/Component_ZendServer.git
library/Zend/ServiceManager:[email protected]:weierophinney/Component_ZendServiceManager.git
library/Zend/Session:[email protected]:weierophinney/Component_ZendSession.git
library/Zend/Soap:[email protected]:weierophinney/Component_ZendSoap.git
library/Zend/Stdlib:[email protected]:weierophinney/Component_ZendStdlib.git
library/Zend/Tag:[email protected]:weierophinney/Component_ZendTag.git
library/Zend/Test:[email protected]:weierophinney/Component_ZendTest.git
library/Zend/Text:[email protected]:weierophinney/Component_ZendText.git
library/Zend/Uri:[email protected]:weierophinney/Component_ZendUri.git
library/Zend/Validator:[email protected]:weierophinney/Component_ZendValidator.git
library/Zend/Version:[email protected]:weierophinney/Component_ZendVersion.git
library/Zend/View:[email protected]:weierophinney/Component_ZendView.git
library/Zend/XmlRpc:[email protected]:weierophinney/Component_ZendXmlRpc.git
" --update --heads="master develop" --no-tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment