Private version control without server [closed]

允我心安 提交于 2019-12-11 03:54:46

问题


My network configuration doesn't allow the computer to run as a server, so Subversion and others are out. Github offers non-public version controlling only for paying customers.

Anybody knows a solution where a few developers can work on the same code, for free, without sharing it with the whole world. Even merging directories between pendrives would do, if such software exists.


回答1:


BitBucket does private repositories for up to 5 developers. BitBucket does Git or Mercurial, take your pick.




回答2:


I think you're confusing Git with GitHub.

Git can do all you want, for free.



来源:https://stackoverflow.com/questions/11208072/private-version-control-without-server

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