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:
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
105105Here 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
337337Here are some common scenarios and how to handle them with git-chain merge:
338338
You can’t perform that action at this time.
0 commit comments