Take the 2008 Git User's Survey and help out! [ hide ]

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
Search Repo:
submodule_example / .gitmodules
100644 3 lines (3 sloc) 0.088 kb
1
2
3
[submodule "vendor/rails"]
  path = vendor/rails
  url = git://github.com/rails/rails.git