visual studio - Are git bare repositories on network drives a bad idea for collaboration? -
we small team of 3-5 developers use around 20-30 visual studio projects.
until didn't use source control method.
we decided give git try.
we have been playing success locally having our personal repositories track our development.
now want start real use develop things in parallel using git properly.
i wanted create bare repository each project , store local file server.
i dont want go online on github or other system, nor want create git *nix box act server.
is terrible idea?
Comments
Post a Comment