'completed' section on rebase philosophy
This commit is contained in:
2
git.md
2
git.md
@@ -91,5 +91,5 @@ git rebase <target-branch>
|
|||||||
# proceeds after solving rebase conflict
|
# proceeds after solving rebase conflict
|
||||||
git rebase --continue
|
git rebase --continue
|
||||||
```
|
```
|
||||||
|
This is only necessary, if the 'main' branch progressed in the mean time, otherwise one just merges the feature branch into the 'main' branch.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user