I'd like to share some Ruby on Rails code between the PCs and the Mac.
Currently, what is the best way to set up a local Git machine so that all the Mac and PC can connect to it to do pull and push?
Is it best to set up on a Mac and then let other Mac or PC connect to it?
Or is it equally ok using a PC to set it up (but ssh daemon seem to have slow issue as on How to setup PC and Mac for using git and may not work as well?)
What about the solution of using git daemon
instead?