I would like to release a small subset of a somewhat large software project I have been working on. I had released the full project as a compressed archive. I now want to release the small subset on GitHub.com.
What is the mechanism within git for packaging a subset of one's code and sharing that independent subset on a git web host? I wrote a script to extract the relevant files outside of the full project, but, needless to say, I do not want to put the files after extraction under git.
Edit replaced "git web host" with "GitHub.com" for more concreteness.