GIT

It is not enough to know a tool, its syntax and “patterns” flows.It is essential that you incorporate tools into your development processes by applying good practices to achieve maximum end quality to your work and applications.

featured-conventional-commit.webp

What are “semantic commits” or “conventional commits”

Semantic Commits, also known as conventional commits, are the best way to document your implementation of applications, as you check context to the management of change of your source code. Semantic commits are considered good practice in...