From e0b756c654a3144d4f588c6fe22f6d452363baf9 Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Tue, 16 Sep 2025 15:45:10 -0400 Subject: [PATCH] cheat sheet: Don't wrap in the middle of --sort=-committerdate --- content/cheat-sheet/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cheat-sheet/_index.html b/content/cheat-sheet/_index.html index c55f941d80..deeff8af96 100644 --- a/content/cheat-sheet/_index.html +++ b/content/cheat-sheet/_index.html @@ -133,7 +133,7 @@

List branches:

List branches by most recently committed to:

- git branch --sort=-committerdate + git branch --sort=-committerdate

Delete a branch: