Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created November 7, 2011 18:31
Show Gist options
  • Save arturo-c/1345751 to your computer and use it in GitHub Desktop.
Save arturo-c/1345751 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:arturo-c/allplayers-mainline.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "mainline"]
url = git@github.com: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