Releases: devshop-packages/git-split
Releases · devshop-packages/git-split
devshop/git-split 1.0.0
Component Type: Composer Plugin
- Moves the "Git Split" functionality that devshop used to push the ansible roles off to other repos from the custom Composer class and "script" in composer.json to a full-fledged PHP console command that can be used as a
composer pluginand added to a Symfony Console CLI as aconsole command. - Adds a
composer git:splitcommand that reads a list of repos from composer.json extra and pushes git history from a subfolder to a secondary git repo.