My situation:
- I have a repository MVC.
- I created two repositories A and B. I did that by using repository MVC as my parent repository.
- I worked in repositories A and B, adding new files.
- I committe (i.e. repositories A and B are different from MVC repository)
- I fixed a bug in one of the MVC files - but I did that in repository A.
- I committed that bugfix.
What I want:
How do I get my changes (only second commit) from repository A...
- into my base MVC repository?
- and then into repository B?