Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EricCrosson opened this issue Mar 9, 2017 · 0 comments

Comments

@EricCrosson
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant