public
Description: An example of how git submodules work. See the blog post for more info.
Homepage: http://daniel.collectiveidea.com/blog/2008/4/12/git-submodules-part-2
Clone URL: git://github.com/danielmorrison/submodule_example.git
commit  59276847188833650403ea980716f92a4a9fbc0c
tree    8a07d805371d819bc036d3dc242507bb4bae7acf
parent  2c8066701cd0a6c9826e0912e3efa53179da9b96
submodule_example / .gitmodules
100644 4 lines (3 sloc) 0.088 kb
1
2
3
4
[submodule "vendor/rails"]
  path = vendor/rails
  url = git://github.com/rails/rails.git