I'd like to ask if there is a possible way that a hook is executed on git submodule update; possibly like a post-update hook? thanks! :)
I like to execute a script (for now it just contains echo msg) that is executed every time git submodule update is run.
I have tried post-update hook but it seems that submodule update does not trigger this. I'd appreciate help. thank you very much!