TL;DR
git config --global core.hookspath '<path to hooks directory>'
Sharing Hooks Across Repos
I posted before about using a pre-commit hook to check that I’m not committing anything that I really shouldn’t be (anything I’ve tagged with //DONOTCOMMIT
).
Hooks are specified in the .git/hooks directory. That’s great, a git repository is completely contained within its parent folder,…
Continue Reading james’s Article on their blog
Tip: Share a Git Hooks Directory Across Your Repositories
TL;DR git config –global core.hookspath ‘ ‘ Sharing Hooks Across Repos I posted before about using a pre-commit hook to check that I’m not committing anything that I really shouldn’t be (anything I’ve tagged with //DONOTCOMMIT). Hooks are specified in the .git/hooks directory. That’s great, a git repository is completely contained within its…
Blog Syndicated with james’s Permission
More About This Author
Array
Business Central2022.11.22Trigger a Power Automate Flow from Business Central for a Selected Record
Business Central2022.11.16Getting Onboard with Power Platform as a Business Central Developer
Business Central2022.09.07Tip: Share a Git Hooks Directory Across Your Repositories
Business Central2022.08.23Spare Your Blushes with Pre-Commit Hooks