Squash and merge
(Redirected from Squash)
Jump to navigation
Jump to search
The purpose of squashing in Git is to streamline and clarify your commit history. It combines multiple commits into one meaningful commit. [1]
See also[edit]
- Merge Request (MR), GitLab merge queue:
git merge,git merge main,git merge origin/main,git merge main --allow-unrelated-histories, --squash
Advertising: