Squash merge
Topic history | v1 (current) | created by jjones
Details
Squash merge
see v1 | created by jjones | Add topic "Squash merge"
- Title
- Squash merge
- Description
- Squash merging is a merge option that allows you to condense the Git history of topic branches when you complete a pull request. Instead of each commit on the topic branch being added to the history of the default branch, a squash merge takes all the file changes and adds them to a single new commit on the default branch.
- Link
- https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash
resources
cons given in Two years of squash merge - DNSimple Blog
authors
This topic has no history of related authors.