标签: git
当客户端有git push时,我们正在服务器上使用post-receive hook进行一些处理。
git push
这项工作仅适用于推送新内容,但Everything up-to-date时,不会执行post-receive hook。
Everything up-to-date
我们确实希望在没有更新的情况下做某事,是否可能?