Merge Conflict - Definição do Glossário de CI/CD
Um merge conflict surge quando duas branches alteram a mesma região de um arquivo e o git não consegue escolher automaticamente. Os marcadores devem ser resolvidos manualmente antes que o merge ou o rebase possa concluir.
Guias relacionados
Rebase vs Merge - CI/CD Glossary DefinitionRebase vs merge is the choice between replaying commits onto the target for a linear history, or joining bran…
Pull Request - CI/CD Glossary DefinitionA pull request proposes merging one branch into another, bundling the diff with discussion, reviews, and CI c…
Squash Commit - CI/CD Glossary DefinitionA squash commit collapses all commits on a branch into one before merging, giving the main branch a clean, si…