Squash merge


Topic history | v1 (current) | created by jjones

Details

Squash merge

| 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
v1 | attached by jjones | Add topic "Squash merge"

authors

This topic has no history of related authors.

topics

subtopic of Git
v1 | attached by jjones | Add topic "Squash merge"