Our team is developing the same software project on separate PCs(the networking is blocked due to our company rule), which is really a drug. Now, our developing flow is serial. When member A adds a feature, he had to wait B to finish development and get the copy of the B's project. So, here is my question:
- how to conduct the version control when the networking is not allowed? Is there some best practices for this? Is there some git implementation that allows us to create a git repository with having to setting up the server and the corresponding key, stuff like that?
Any suggestion will be appreciated?