git-hook / post-clone

Implementation of a git post-clone hook
Other
56 stars 11 forks source link

Provide a way to have client post-clone hooks re-run when updates are pulled locally #3

Open EricCrosson opened 7 years ago

EricCrosson commented 7 years ago

For example,

if Georg clones a project with a post-clone hook, then Timmy updates said project's post-clone hook, configuring it to install additional dependencies (without which the new version of this project will not work), and then Georg clones the new version of the project

It is the case that Georg needs the post-clone hook to run again. It is a burden (and a faulty procedure) to have to run the post-clone hook manually. Find a way to provide automatic re-runs of the post-clone hook upon "magic token" checkouts.