aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index edd5cd0..f5e54e0 100644
--- a/README.md
+++ b/README.md
@@ -228,8 +228,8 @@ work with `git rebase` that runs in the "merge mode" (which is the default).
As a possible source of confusion, the "my" and "your" versions are somewhat swapped (as implied by semantics):
-- With `git checkout mybranch; git merge otherbranch`, the conflicts contents
- will contain roughly:
+- With `git checkout mybranch; git merge otherbranch`, the conflicts will look
+ roughly like this:
```
<<<<< mybranch version ||||| merge base ===== otherbranch version >>>>>
```