I can not get my head around the sequence to merge this mess. Whatever I try I get stuck, or in too deep to go further for fear of breaking things.
- User A is working on repo no probs.
- Unknowingly user B gets a Zip of repo, does not init locally and makes code changes locally.
- User A learns of this, and commits all his pending changes.
So, how to merge changes from both A and B while keeping the repo intact? Initially I have a copy of both local folders (one with a .git from A and one without a .git from B).