Commit 37a4eaff authored by John Woods's avatar John Woods Committed by Evan Read

Update doc/user/project/merge_requests/squash_and_merge.md

parent 4aa98d31
...@@ -50,7 +50,10 @@ all you have to do is enable squashing before you press merge to join ...@@ -50,7 +50,10 @@ all you have to do is enable squashing before you press merge to join
the commits in the merge request into a single commit. the commits in the merge request into a single commit.
This way, the history of your base branch remains clean with This way, the history of your base branch remains clean with
meaningful commit messages and is simpler to [revert](revert_changes.md) if necessary. meaningful commit messages and:
- It's simpler to [revert](revert_changes.md) if necessary.
- The merged branch will retain the full commit history.
## Enabling squash for a merge request ## Enabling squash for a merge request
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment