I updated "repo" from "computer 1". On "repo", a post-receive
hook successfully fires to git checkout -f
the changes to "computer 2".
Now, on "computer 2" I want to fire a hook once the above checkout is complete. I have tried a post-receive
and a post-checkout
hook on "computer 2" but have not been successful. Neither fires. Which hook could I use in this situation on "computer 2"?