Skip to content

Commit e0b756c

Browse files
committed
cheat sheet: Don't wrap in the middle of --sort=-committerdate
1 parent 4c12eac commit e0b756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cheat-sheet/_index.html

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)