I must say that I am a beginner as far as Git is concerned. I may get a few terminologies and keywords wrong. So, please bear with me.
I have 2 different machines with somewhat similar codebase linked to 2 different git repositories respectively. a -> A, b->B. I would like the codebase on both the machines to point to the same repository. How do I achieve this without causing any modification to the files on either machine. Once, the 2 repositories are linked, I want to be able to push, pull and commit to and from the same repository on both my machines. Please advise.