Merging Two Git Repositories with branches
- by Joel K
I realize there's a Stack Overflow question: http://stackoverflow.com/questions/277029/combining-multiple-git-repositories
But I haven't found git-stitch-repo to be quite the tool I'm looking for.
I also consider this more of a sysadmin task.
How do I take code from an external repository and combine it with code from a primary repository while…