Detach many subdirectories into a new, separate Git repository
- by prisonerjohn
This question is based on http://stackoverflow.com/questions/359424/detach-subdirectory-into-separate-git-repository
Instead of detaching a single subdirectory, I want to detach a couple. For example, my current directory tree looks like this:
/apps
/AAA
/BBB
/CCC
/libs
/XXX
/YYY
/ZZZ
And I would like this instead:
/apps
/AAA…