So my partner and I are complete Git beginners and are having a hard time just following the terminology let alone making any sense out of the docs and online guides.
Here's the situation:
We have a git repo with a bunch of files. We both started with the latest master copy. My partner then made a bunch of changes on a new branch, whereas I made all my changes on my master branch.
Right now we want to combine our changes. We both worked on separate files, so really we only need to 'pull' (not sure of the terminology) each other's single file that we worked on.
Any help would be greatly appreciated. Thanks!
Clarifier
As an example, let's say there are 5 files: A, B, C, D, and E
We both pulled all the files. Partner worked on A in a separate branch. I worked on B on my master branch. Now I want to give him my B changes and to get his A changes. Thanks again