Hooks tag

2 results for hooks tag. View blog tags

A tale of Sourcetree and Git hooks

posted by 6 years ago and updated 5 years ago

At Under the Coco Tree we constantly update the code of different projects. This summer we took a plunge into automating the process of testing and deployment. Yes it took time but it was worth implementing continues integration.

We starting using PHPCI but the tests and code quality scans would take place after th

... read more on A tale of Sourcetree and Git hooks

Test before you push upstream with Git hooks

posted by 6 years ago and updated 5 years ago

Please read our previous blog post A tale of Sourcetree and Git hooks. This article presupposes to have knowledge on Git Hooks.

At Under the Coco Tree we strive for automation. It is one of our core values. How can we automate redundant tasks in order to free our tim

... read more on Test before you push upstream with Git hooks