I\'m wondering what is the best way to setup Git on a Macbook Pro both OS X Mountain Lion 10.8 with Windows 8 Pro in Parallels?
I\'m not too sure what is the best wo
The best practice is to install Git on both workstations, each of them with a full repo.
Ideally, you would push from either workstation to a git repo hosting service like GitHub.
That way:
The issue can be around setting.
See:
git config --global core.filemode false
autocrlf
to true
on OS X as well as on Windows in your case.