checking out a portion of a git repository

Posted by ceejayoz on Super User See other posts from Super User or by ceejayoz
Published on 2010-05-18T17:13:13Z Indexed on 2010/05/18 17:20 UTC
Read the original article Hit count: 401

Filed under:
|

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.

© Super User or respective owner

Related posts about git

Related posts about version-control