Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created December 19, 2013 22:28
Show Gist options
  • Select an option

  • Save rserna2010/8047324 to your computer and use it in GitHub Desktop.

Select an option

Save rserna2010/8047324 to your computer and use it in GitHub Desktop.
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[remote "origin"]
url = https://github.com/balanced/balanced-docs.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "multi-rev"]
remote = origin
merge = refs/heads/multi-rev
[submodule "clients/rev0/java"]
url = https://github.com/balanced/balanced-java.git
[submodule "clients/rev0/node"]
url = https://github.com/balanced/balanced-node.git
[submodule "clients/rev0/php"]
url = https://github.com/balanced/balanced-php.git
[submodule "clients/rev0/python"]
url = https://github.com/balanced/balanced-python.git
[submodule "clients/rev0/ruby"]
url = https://github.com/balanced/balanced-ruby.git
[submodule "clients/rev1/ruby"]
url = https://github.com/balanced/balanced-ruby.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment