跨多台计算机同步 DVCS 存储库

发布于 2024-08-18 09:48:12 字数 569 浏览 2 评论 0原文

在多台计算机上保持 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜雨飘雪 2024-08-25 09:48:12

显而易见的答案:您需要使用一些中央存储,所有计算机都可以使用它。推送到中央存储,然后在需要时拉出。

Obvious answer: you need to use some central storage, available from all your computers. Push to central storage, then pull when needed.

故人爱我别走 2024-08-25 09:48:12

您可以使用 bitbucketgithub 。使用最便宜的付费帐户和少量费用来获取私人存储库。如果您的预算非常紧张,甚至 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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文