Hacker News new | ask | show | jobs
by evmar 2395 days ago
The 'git-subtree' tool (by the same author as this tool) can import subdirectories.
1 comments

More precisely, git-subtree can extract subdirectories into their own repo, and merge repos into subdirectories.

What someone might want to try is extracting a subdirectory using git-subtree, and then importing it elsewhere using git-subtrac.