Distributed Version Control System [closed]

若如初见. 提交于 2019-12-23 00:25:13

问题


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.



来源:https://stackoverflow.com/questions/18845337/distributed-version-control-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!