Skip to content

Commit 722ced9

Browse files
Merge branch 'git:gh-pages' into fix/video-order
2 parents 0b8cbac + 084a1cf commit 722ced9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
parslet (2.0.0)
4141
public_suffix (6.0.1)
4242
racc (1.8.1)
43-
rexml (3.4.1)
43+
rexml (3.4.2)
4444
rss (0.3.1)
4545
rexml
4646
sawyer (0.9.2)
@@ -91,7 +91,7 @@ CHECKSUMS
9191
parslet (2.0.0) sha256=d45130695d39b43d7e6a91f4d2ec66b388a8d822bae38de9b4de9a5fbde1f606
9292
public_suffix (6.0.1) sha256=61d44e1cab5cbbbe5b31068481cf16976dd0dc1b6b07bd95617ef8c5e3e00c6f
9393
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
94-
rexml (3.4.1) sha256=c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca
94+
rexml (3.4.2) sha256=1384268554a37af5da5279431ca3f2f37d46f09ffdd6c95e17cc84c83ea7c417
9595
rss (0.3.1) sha256=b46234c04551b925180f8bedfc6f6045bf2d9998417feda72f300e7980226737
9696
sawyer (0.9.2) sha256=fa3a72d62a4525517b18857ddb78926aab3424de0129be6772a8e2ba240e7aca
9797
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011

content/cheat-sheet/_index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>List branches:</h3>
133133
</div>
134134
<div class="item">
135135
<h3>List branches by most recently committed to:</h3>
136-
<code>git branch --sort=-committerdate</code>
136+
<code>git branch <span style="white-space: nowrap;">--sort=-committerdate</span></code>
137137
</div>
138138
<div class="item">
139139
<h3>Delete a branch:</h3>
@@ -344,8 +344,8 @@ <h3>Combine with rebase:</h3>
344344
D [label="D", style="dashed", color="#f14e32", pos="2,0!"];
345345
E [label="E", style="dashed", color="#f14e32", pos="3,0!"];
346346

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

350350

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

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

660660
D [label="D", color="#f14e32", pos="2,0!"];
661661
E [label="E", pos="3,0!"];

0 commit comments

Comments
 (0)