-
Notifications
You must be signed in to change notification settings - Fork 388
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
Proposal to Include Post-Merge Hook for Automatic Make Install #2985
Comments
I don't think this should be something we recommend. If anything, we can consider a Also, personally I use an alias for running the
I was adding this in the CONTRIIBUTING guide in #2477, but I've been lagging on updating it (also because the command I posted there actually doesn't work as intended). Anyway, IMO using Can you try to point out your use case? Having an up-to-date |
Hi @thehowl I encountered an issue when testing a dapp outside the The error was: That’s why I was suggesting adding the Thank you I appreciate the feedback! |
Yeah, I prefer if we recommend an explicit I haven't figured out a good way to make it work outside of the repo, as the I'll close the issue for house-keeping; feel free to make a PR, otherwise I'll tackle it when I get around to updating CONTRIBUTING. |
Description
I would like to propose the inclusion of a
post-merge
hook to automate themake install
process after performing agit pull
. This would streamline the setup process for new users and avoids errors caused by forgetting tomake install
.Here are the instructions I propose to add to the documentation:
After cloning the repository it, please follow these steps to add the post-merge hook:
cd .git/hooks
post-merge
filepost-merge
file:5.Now, every time you run a git pull, make install will be executed automatically.
@leohhhn Please let me know what you think!
The text was updated successfully, but these errors were encountered: