跨多台计算机同步 DVCS 存储库
在多台计算机上保持 DVCS 存储库同步的最佳方法是什么?我是一名独立开发人员,希望能够在工作台式机、家庭台式机和(Mac)笔记本电脑之间轻松移动。目前,我使用 Dropbox 来保持文件同步,但我希望能够使用一些源代码控制特定功能。有没有一种简单的方法可以在不依赖集中存储库的情况下进行点对点操作?是否有更适合这种工作流程的特定 DVCS?
复制笔记:灵感来自移动学生如何有效地使用具有源代码控制系统的 Dropbox?,但我对 DVCS 感兴趣,而不是 Subversion。类似于 在没有推送的情况下跨计算机同步 Git 存储库,但我不一定要寻找 Git 特定的答案。
What's the best way to keep a DVCS repository synchronized across multiple machines? I'm a solo developer interested in being able to easily move between my work desktop, home desktop and a (Mac) laptop. At the moment I use Dropbox to keep files in sync, but I'd like to be able to use some source control specific features. Is there an easy way to do this peer to peer without relying on a centralized repository? Is there any particular DVCS that's better suited to this kind of workflow?
Dupe notes: Inspired by How can a mobile student effectively use Dropbox with a source control system?, but I'm interested in a DVCS, not Subversion. Similar to Synchronizing Git repos across machines without push, but I'm not necessarily looking for a Git specific answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显而易见的答案:您需要使用一些中央存储,所有计算机都可以使用它。推送到中央存储,然后在需要时拉出。
Obvious answer: you need to use some central storage, available from all your computers. Push to central storage, then pull when needed.
您可以使用 bitbucket 或 github 。使用最便宜的付费帐户和少量费用来获取私人存储库。如果您的预算非常紧张,甚至 bitbucket 也会为免费帐户提供 1 个私人存储库:)
You can use bitbucket or github . Use the cheapest paid account with small fee to get private repositories. Even bitbucket provide 1 private repo for the free account if your budget really tight :)