Possible Duplicate:
How to combine two branches from two different repositories in a single repository?
at the moment, I have different versions of my software for different customers in different git repositories.
Now I want to combine this different repositories into one repository with different branches. How is that possible?
Thanks :)