Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/cheat-sheet/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ <h3>Combine with rebase:</h3>
D [label="D", style="dashed", color="#f14e32", pos="2,0!"];
E [label="E", style="dashed", color="#f14e32", pos="3,0!"];

D2 [label="D", color="#f14e32", pos="3,1!"];
E2 [label="E", color="#f14e32", pos="4,1!"];
D2 [label="D&#x2032;", color="#f14e32", pos="3,1!"];
E2 [label="E&#x2032;", color="#f14e32", pos="4,1!"];


main_label [label="main", shape=plaintext, pos="2,2!", fixedsize=false];
Expand Down Expand Up @@ -510,7 +510,7 @@ <h3>Combine with squash merge:</h3>
C [label="C", pos="2,1!"];
D [label="D", color="#f14e32", pos="2,0!"];
E [label="E", color="#f14e32", pos="3,0!"];
S [label="D\nE", color="#f14e32", pos="3,1!", width=0.6, height=0.8];
S [label="D&#x2032;\nE&#x2032;", color="#f14e32", pos="3,1!", width=0.6, height=0.8];

main_label [label="main", shape=plaintext, pos="5,1!", fixedsize=false];
main_label -> S [dir=forward];
Expand Down Expand Up @@ -655,7 +655,7 @@ <h3>Copy one commit onto the current branch:</h3>
A [label="A", pos="0,1!"];
B [label="B", pos="1,1!"];
C [label="C", pos="2,1!"];
D2 [label="D", color="#f14e32", pos="3,1!"];
D2 [label="D&#x2032;", color="#f14e32", pos="3,1!"];

D [label="D", color="#f14e32", pos="2,0!"];
E [label="E", pos="3,0!"];
Expand Down
Loading