tech/webdev magazine

March 3, 2019

Automate Your Workflow with Git Hooks

Sunday, March 03, 2019 Teklinks

Git hooks are one of the most underrated git features, and have the potential to increase your productivity as a developer. Have you ever wanted to run a command every time you commit or push? Lucky for you, that’s exactly what git hooks do — they’re custom scripts that run before or after git commands to automate manual tasks. Read on to find out how hooks could improve your workflow.

Full article