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.