gpt4 book ai didi

git - pull --rebase 后执行 git-hook

转载 作者:太空狗 更新时间:2023-10-29 13:23:02 24 4
gpt4 key购买 nike

我想在执行 git pull --rebase 后运行一个 Hook ,以检查某个文件是否已更改。类似于 this 的内容钩子(Hook)。

我最初想到使用 post-rewrite Hook ,但是它只在提交被重写时有效,并且不会在 pull 操作简单快速时运行-转发分支,这是非常频繁的。

任何想法将不胜感激。

最佳答案

我在本地存储库上运行了 strace git pull --rebase,它执行了快进更新...

First, rewinding head to replay your work on top of it...
Fast-forwarded master to b0a60c3302973ca1878d149d61f2f612c8f27fac.

...在这种情况下,git 似乎调用了 post-checkout Hook :

关于git - pull --rebase 后执行 git-hook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39148206/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com