Browsing Tag
git
91 posts
Documentando o desenvolvimento com issues
Conteúdos Introdução O que é uma Issue A anatomia de uma issue Acompanhando uma issue Conclusão Links e…
🔥Unveiling Open Source: The Real Reasons Top Companies Share Their Code!🔓
tl;dr 🔮 Greater Innovation 👯♀️ Increased Adoption aka more users! 🤝 Modularity aka “you never start from scratch”…
Monorepo vs Microrepo: How to Choose the Best Repository Structure for Your Code
In this article, we’ll look at What is Monorepo and Microrepo? What are their advantages and disadvantages? When…
Improving Your Workflow as a Developer with Bash Aliases
As a developer, you most likely spend a significant amount of time working with the command-line interface (CLI).…
Enabling local project collaboration with Gitea
Date: 2023-07-29 Popular hosted version control system (VCS) solutions such as GitHub and GitLab are filled with powerful…
Git and GitHub for Beginners – The Basics
Git Git Git… Git is all we hear people talking about these days. Now, you want to know…
Becoming an Exceptional Git Contributor: A Guide to Effective Collaboration
Orignally Published at https://stackcodify.com/articles/ Introduction: In the realm of software development, Git has emerged as the de facto…
Who pushed failing tests again? Git Hooks with Husky 🐶
Three things you do NOT want in your repository: Unformatted code Warnings/errors Failing tests Is there an easy…
Git Cheat Sheet
What is Git? Git is a distributed version control system (VCS) used in software development to manage source…
THE Git Terminal Cheat Sheet
Version Control in General, Why? merges files when there is more than one person working on the same file.…