Skip to content

Commit 97cf033

Browse files
authored
correct git rebase figure
1 parent 7c2bc11 commit 97cf033

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/branches.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,8 @@ graph LR
874874
style master fill:#ffffff,stroke:#ffffff
875875
head["HEAD"]
876876
style head fill:#ffffff,stroke:#ffffff
877+
bugfix["bugfix"]
878+
style bugfix fill:#ffffff,stroke:#ffffff
877879
878880
commit1(["commit1"])
879881
commit2(["commit2"])
@@ -882,8 +884,8 @@ graph LR
882884
commitXp(["commitX'"])
883885
commitYp(["commitY'"])
884886
885-
head -.-> master
886-
master -.-> commitYp
887+
head -.-> bugfix
888+
master -.-> commit3
887889
commitYp --> commitXp
888890
commitXp --> commit4
889891
commit4 --> commit3

0 commit comments

Comments
 (0)