What is the shortest, simplest way (preferably one line command) to download a single subdirectory from a Git repository? The goal is for an end-user (i.e. not a programmer) to get a copy of a subdirectory as easily as possible.
This is related to, but not a clone of "How do I clone a subdirectory only of a Git repository?", as that question concerns itself with cloning the directory and still being able to use the directory within Git. Whereas I just want the user to get a local copy, git history, and other information need not be downloaded in my case. Its ok if it is, its just not required.