checking out a portion of a git repository
- by ceejayoz
How can I check out just a portion of a Git repository? I have a repository that has several modules, and I only want one of the modules installed on a particular site.
In Subversion, I'd do svn export http://example.com/repository/path/to/module ./module-name.