Automate to become more efficient

In addition to Git commands and their “conventional” use, Git offers a number of ways of automating some processes by running scripts or tools “around” the execution of some commands.

Advanced Git servers such as GitHub and GitLab already offer plenty of tools based on this behavior.

In addition, we can implement a whole range of local tools to automate the quality of our projects.