I work at a company which uses Git for our version control. We\'re using a hosted repo service (Beanstalk) as our internal \"public\" (by that I mean accessible to the whole dev
You can run an instant git server on one of the machines, either using git-daemon or something like this: https://gist.github.com/1525217