如何释放与Git?

我有一个关于Git的基本问题:

假设有git.mysite.com在其中安装了git。 我的实际网站是在mysite.com上。 我该如何告诉Git向mysite.com“发布”特定或最新的提交?

我使用MediaTemple(gs)作为我的主机。 网站位于/domains/mysite.com/html,Git位于/domains/git.mysite.com/html/mysite.git。

谢谢!


遇到了同样的问题。 这篇文章很好地解释了http://toroid.org/ams/git-website-howto


你需要从管理git的站点运行git pull 。 我不确定MediaTemple如何处理它,或他们的文件/网站结构。


我认为我会有一个运行git remote udpate && git checkout remote/branch的cron作业。 pull有太多可以因为合并而出错的东西。

链接地址: http://www.djcxy.com/p/2447.html

上一篇: How to release with Git?

下一篇: What's a good way to make a type a plural when writing comments?