Distributed Version Control System [closed]

2019-05-27 17:34发布

问题:

I want to implement distributed version control system with my fellow programmers. They are scattered around. All using different IDEs or no IDEs/ different operating systems too. I'm new to the whole scenario. Also, we have no root permission of our server, so we cannot use the server. How to go about it? What client side tool should I use preferably with a GUI. And how to implement it with a server or web hosting site?

回答1:

It would be easier to:

  • run a virtual machine-like image (like Docker, without needing root, which should be possible soon)
  • install in it a Bitnami stack like the GitLab Bitnami one.

You would get a GitHub-like clone instantly.