Source: medium.com

Build it with Git hooks
I have noticed when software engineer joins, he starts learning system that builds a product. Initially he spends much time with it and hardly spend anytime on actual product. For a team maintaining build script, it will be difficult to add or remove parameters that to be used to build product. To address above problems I used git hooks.

Try it and let me know.

Related Articles