使用 Dropbox 上的 Git 存储库来备份 XCode 项目

发布于 2024-12-29 07:38:14 字数 232 浏览 0 评论 0原文

我不是 git 方面的专家。

我有一个 git 存储库(由 Xcode 在我的硬盘上创建),每次进行任何更改或添加新功能时,我都会将项目提交到该存储库中。我想要做的是在我的 Dropbox 文件夹上创建此存储库的精确副本,这样如果我的硬盘发生问题,我就可以在 Dropbox 上对其进行备份。我不会从其他计算机上保存到 Dropbox 上的存储库,我想要的只是当我提交到我的原始存储库时,它也会提交到 Dropbox 上的备份存储库。

I'm not an expert on git.

I have a git repository (created by Xcode on my hard drive) that I commit my project to every time I make any changes or add new functionality. What I would like to do is create an exact copy of this repository on my Dropbox folder so that if something was to happen to my hard drive I would have a backup of it on Dropbox. I won't be saving from other computers on to the repository on the Dropbox, all I want is when I commit to my original repository it also commits to the back up one on the Dropbox as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

酒浓于脸红 2025-01-05 07:38:14

像这样的东西看起来像您正在寻找的东西吗?

Does something like this seem like what you are looking for?

不美如何 2025-01-05 07:38:14

我从谷歌搜索中偶然发现了这一点,所以我很抱歉复活这篇文章,但我觉得我可以提供帮助。

我认为真正的问题是迈克·汗并没有真正明确地提出他的问题……但我会尝试一下。

Xcode 将 git 存储库保存在名为 .git 的隐藏文件夹中,该文件夹与项目的 .xcodeproj 文件位于同一位置。因此,您必须启用查看隐藏文件夹才能按照您的要求复制或查看它。

我开始使用 dropbox 来备份我的存储库以及项目文件。我想最好只同步 .git 文件夹而不同步其他文件...还不知道如何使用 dropbox 来做到这一点。

希望这有帮助。

I stumbled on to this from a google search, so I'm sorry for resurrecting this post, but I feel like I can possibly help.

I think the real problem here is that Mike Khan doesn't really clearly ask his question... but I'm going to give it a shot.

Xcode saves the git repository in a hidden folder called .git, this folder resides in the same location as the .xcodeproj file for your project. So, you'll have to enable viewing hidden folders to copy or view it like you asked.

I started using dropbox to backup my repo as well as my project files. I guess it'd be ideal to only sync the .git folder and not the other files... not sure how to do that with dropbox yet.

Hope this helps.

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