-
Notifications
You must be signed in to change notification settings - Fork 10
Git integration
themightychris edited this page Nov 3, 2012
·
5 revisions
This package uses https://github.com/ornicar/php-git-repo to push a configured list of file trees into a remote git repository
Git::$repositories['MyRepo'] = array(
'remote' => 'git@github.com:JarvusInnovations/EmergenceEditor.git'
,'originBranch' => 'master'
,'workingBranch' => 'jarvus-team'
,'trees' => array(
'sencha-build/EmergenceEditor/production' => 'build'
)
);