如何使用GIT的钩子部署'develop'分支?

时间:2016-03-07 21:40:53

标签: git deployment githooks git-bash

您正在关注this教程,在我的服务器中创建一个git hook,将源文件从repo“复制”到另一个目录。

这是self.tabBarController!.tabBar.hidden = true 钩子,效果很好:

post-receive

但是我需要从我的开发分支'复制'文件而不是从master。我怎样才能做到这一点?

1 个答案:

答案 0 :(得分:1)

您可以在末尾指定分支名称。

git --work-tree=/var/www/domain.com --git-dir=/var/repo/site.git checkout develop -f