post-clone icon indicating copy to clipboard operation
post-clone copied to clipboard

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

Open EricCrosson opened this issue 8 years ago • 0 comments

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.

EricCrosson avatar Mar 09 '17 04:03 EricCrosson