git-clone-subset (1) Linux Manual Page
git-clone-subset – Clones a subset of a git repository Synopsisgit-clone-subset [options] repository destination-dir pattern DescriptionClones a repository into a destination-dir and runs on the clone git filter-branch –prune-empty –tree-filter ‘git rm …’ — –all to prune from history all files except the ones matching pattern, effectively creating a clone with a subset of files (and…
