Git和Amazon S3的Git、Amazon

由网友(烟落孤城醉)分享简介:我可以设置Git和Amazon S3吗?在做这件事的方式任何想法?Can I setup Git and Amazon S3? Any ideas on ways of doing it?推荐答案我的preferred方式来使用Git的一些远程存储(如丛林磁盘和I与Dropbox的使用方法)如下:My pref...

我可以设置Git和Amazon S3吗?在做这件事的方式任何想法?

Can I setup Git and Amazon S3? Any ideas on ways of doing it?

推荐答案

我的preferred方式来使用Git的一些远程存储(如丛林磁盘和I与Dropbox的使用方法)如下:

My preferred approach to using git with some remote storage (e.g. Jungle disk and the approach I use with Dropbox) is as follows:

创建一个本地工作回购 (在一个同步文件夹,例如)创建一个裸露的回购在remotelysupplied存储 设置远程使用文件://协议 一键遥控器按需要

这意味着你是不依赖于VC的活动和交通远程连接上通过一个可能速度较慢的网络是尽可能高效。

This means that you are not dependent on the remote connection for VC activity and traffic over the a possibly slow network is as efficient as possible.

如果想让你可以添加一个后commit钩子推到远程自动的。

If wanted you can add a post commit hook to push to the remote automatically.

(很抱歉,但我不记得是谁的信用这一点,这不是我的主意)

(Sorry but I can't remember who to credit with this, it's not my idea)

阅读全文

相关推荐

最新文章