We are a small team of 3-5 developers that use around 20-30 Visual Studio projects.
Until now we didn't use any source control method.
We decided to give git a try.
We have been playing with success locally having our personal repositories to track our development.
Now i want to start the real use for us which is to develop things in parallel by using git properly.
I wanted just to create a bare repository for each project and store it a local file server.
I dont want to go online on github or any other system, nor i want to create a git *nix box to act as server.
Is this a terrible idea?