Skip to content

Commit 61b2536

Browse files
author
Chris Alfano
committed
chore: add git mapping config to source control
1 parent b1e589e commit 61b2536

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
Git::$repositories['codeforphilly'] = [
4+
'remote' => '[email protected]:CodeForPhilly/codeforphilly.org.git',
5+
'originBranch' => 'master',
6+
'workingBranch' => 'master',
7+
'trees' => [
8+
'data-exporters',
9+
'event-handlers',
10+
'html-templates',
11+
'newsletters',
12+
'php-classes',
13+
'php-config/Git.config.d',
14+
'php-config/Laddr.config.d',
15+
'site-root'
16+
]
17+
];

0 commit comments

Comments
 (0)