How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared network drive?
Right now (without Git) we have to copy the
You can add another remote pointing to your network drive (git remote)
Then you can push pull similar to what you do with github