File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ Git Chain's rebase command offers customization through its flags:
100
100
```
101
101
Useful when you want to update relationships between chain branches without incorporating root branch changes.
102
102
103
- ### Example Scenarios and Solutions
103
+ ### Examples ( ` git chain rebase ` )
104
104
105
105
Here are some common scenarios and how to handle them with git-chain rebase:
106
106
107
107
#### 1. Standard chain update
108
108
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 .
110
110
111
111
** Solution** :
112
112
```
@@ -332,7 +332,7 @@ Git Chain's merge command offers extensive customization through various flags a
332
332
```
333
333
Controls how much information is displayed after the merge completes.
334
334
335
- ### Example Scenarios and Solutions
335
+ ### Examples ( ` git chain merge ` )
336
336
337
337
Here are some common scenarios and how to handle them with git-chain merge:
338
338
You can’t perform that action at this time.
0 commit comments