Browsing Tag
git
91 posts
Gitting Started with Git: A Beginner’s Guide to Version Control
Introduction In today’s fast-paced world of software development, collaboration is key. Whether you’re a professional developer or a…
How to set up Commitzen with Husky
Conventional commits specification contains a set of rules for creating an explicit commit history, which makes it easier…
Choosing the Right Git Branching Strategy for Your Organization
Effective version control is at the heart of modern software development, and Git has become the industry standard…
Top 10 GIT Commands
after discussing what is git in the previous article, in this article we are mentioning the most 10…
GIT – It can be fun.
It appears to be all geeky, terrifying heavy coding, but if I explained what it was, you may…
Tudo que você precisa saber sobre Git
Se você estuda ou trabalha com desenvolvimento, provavelmente já ouviu falar de git, que é uma ferramenta gratuita…
All the Git Commands You Need to Know
Git is a powerful version control tool that plays a crucial role in modern software development. Familiarizing yourself…
docs(Conventional Commits): Feat, Fix, Refactor… which is which?
If you use or are in a team that uses Conventional Commits, maybe you’re confused about which one…
Fiz um push sem checar as alterações do repositório, e agora?
*Este artigo foi escrito em conjunto com @donadonf * Dentro de uma equipe de desenvolvimento nos deparamos com…
Why use git worktree?
git worktree is a command that I came across the first time today while browsing the git documentation.…