My Employer just now is switching to git, so my cowokers are still somewhat inexperienced. What they did now, concerned me, so I'm writing this up.
They cloned a git repository on a machine, then shared that repository via windows share. Now, on the machines that the repository is being shared to, they work on it. This works surprisingly well, as long as no more than one person is working at the same time.
Nothing exploded yet, but I have a bad feeling about this.
What could go wrong? Or is this actually safe to do?
Before someone asks: They are doing this because that shared directory has scripts on it they dont want to copy to their machines. I tried talking them out of it, but they like the idea a lot.