I have a git repo A and git repo B, I've cloned repo A and inserted it to repo B as a directory. so now I have this folder structure:
B
|-- some-other-folder
|-- A-copy
Now I've continued developing repo B and also made some changes in folder A-copy.
I also made some minor changes in repo A.
- Is there a way I can see the differences between repo A and folder A-copy?
- Is there a way to take all changes done in repo B related to A-copy and commit them to repo A?