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
2 changes: 1 addition & 1 deletion content/cheat-sheet/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>List branches:</h3>
</div>
<div class="item">
<h3>List branches by most recently committed to:</h3>
<code>git branch --sort=-committerdate</code>
<code>git branch <span style="white-space: nowrap;">--sort=-committerdate</span></code>
</div>
<div class="item">
<h3>Delete a branch:</h3>
Expand Down
Loading