We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2bc11 commit 97cf033Copy full SHA for 97cf033
docs/branches.md
@@ -874,6 +874,8 @@ graph LR
874
style master fill:#ffffff,stroke:#ffffff
875
head["HEAD"]
876
style head fill:#ffffff,stroke:#ffffff
877
+ bugfix["bugfix"]
878
+ style bugfix fill:#ffffff,stroke:#ffffff
879
880
commit1(["commit1"])
881
commit2(["commit2"])
@@ -882,8 +884,8 @@ graph LR
882
884
commitXp(["commitX'"])
883
885
commitYp(["commitY'"])
886
- head -.-> master
- master -.-> commitYp
887
+ head -.-> bugfix
888
+ master -.-> commit3
889
commitYp --> commitXp
890
commitXp --> commit4
891
commit4 --> commit3
0 commit comments