Created
November 7, 2011 18:31
-
-
Save arturo-c/1345751 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[remote "origin"] | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
url = [email protected]:arturo-c/allplayers-mainline.git | |
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[remote "mainline"] | |
url = [email protected]:AllPlayers/allplayers-mainline.git | |
fetch = +refs/heads/*:refs/remotes/mainline/* | |
[submodule "bin/drush"] | |
url = http://git.drupal.org/project/drush.git | |
[submodule "bin/pivotalphp"] | |
url = git://github.com/AllPlayers/pivotalphp.git | |
[submodule "www/sites/all/libraries/ResultTree"] | |
url = git://github.com/AllPlayers/ResultTree.git | |
[submodule "www/sites/all/modules/allplayers/apci_js_libraries/fullcal"] | |
url = git://github.com/arshaw/fullcalendar.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment