Squash Commit - Definição do Glossário de CI/CD
Um squash commit combina cada commit de um feature branch em um único commit no momento do merge. Ele mantém o histórico do branch principal organizado - uma entrada por PR - ao custo dos detalhes intermediários.
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…
Conventional Commit - CI/CD Glossary DefinitionA conventional commit follows a structured message like feat: or fix:, letting tooling derive changelogs and…
Pull Request - CI/CD Glossary DefinitionA pull request proposes merging one branch into another, bundling the diff with discussion, reviews, and CI c…