标签: git push githooks pull
我有2个Git存储库。推入我的主存储库后自动拉另一个(通过挂钩)。 命令可以帮助我运行外部应用程序以执行其他工作吗?
答案 0 :(得分:2)
post-merge hook应在git pull之后运行。
post-merge
git pull
请务必避免“git windows post pull”或“git hook post-merge - error: cannot run”中提到的问题。
您在“Git post-merge hook to auto-fire rails migrations”