summaryrefslogtreecommitdiff
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 9f4976f113..dd4dd39132 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,8 @@ branch1...branch2 as needed):
git log --left-right --graph --cherry-pick --oneline branch1...branch2
```
-For example, to see the difference between cros/main and the HEAD of the
-current branch:
+For example, to see the difference between cros/main and the HEAD of the current
+branch:
```bash
git log --left-right --graph --cherry-pick --oneline cros/main...HEAD