Skip to content

Commit f85d4cc

Browse files
committed
docs: fix typo "squished" → "squashed" in Gerrit doc explaining diffs
1 parent 7c0a542 commit f85d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/features/gerrit-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is an example of incoming changesets on the [Android project](https://andro
2121

2222
## How is Gerrit different than Pull/Merge Requests?
2323

24-
Good question. With GitHub or GitLab, when you send a pull/merge request, the review process is branch based. If you add more commits on top of your branch, the changes are squished into one big unified diff for review. Most teams tend to avoid rebasing anything that was already shared.
24+
Good question. With GitHub or GitLab, when you send a pull/merge request, the review process is branch based. If you add more commits on top of your branch, the changes are squashed into one big unified diff for review. Most teams tend to avoid rebasing anything that was already shared.
2525

2626
Gerrit is a commit based review system. Every review is based on exactly one commit. It's very common to edit shared commits and submit new versions of them to address feedback.
2727

0 commit comments

Comments
 (0)