We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e589e commit 61b2536Copy full SHA for 61b2536
php-config/Git.config.d/codeforphilly.php
@@ -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