Skip to content

Commit 9b0fc14

Browse files
committed
update README.md
1 parent 7bea594 commit 9b0fc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ Git Chain's rebase command offers customization through its flags:
100100
```
101101
Useful when you want to update relationships between chain branches without incorporating root branch changes.
102102

103-
### Example Scenarios and Solutions
103+
### Examples (`git chain rebase`)
104104

105105
Here are some common scenarios and how to handle them with git-chain rebase:
106106

107107
#### 1. Standard chain update
108108

109-
**Scenario**: You want to update all branches in the chain.
109+
**Scenario**: You want to update all branches in the chain to incorporate changes from their parent branches.
110110

111111
**Solution**:
112112
```
@@ -332,7 +332,7 @@ Git Chain's merge command offers extensive customization through various flags a
332332
```
333333
Controls how much information is displayed after the merge completes.
334334

335-
### Example Scenarios and Solutions
335+
### Examples (`git chain merge`)
336336

337337
Here are some common scenarios and how to handle them with git-chain merge:
338338

0 commit comments

Comments
 (0)