From 9870d3399dcb25f283da91c17396f963d934bf95 Mon Sep 17 00:00:00 2001 From: Cody Ray Hoeft Date: Mon, 23 Feb 2026 14:36:28 -0800 Subject: [PATCH] Fix incorrect commands on cheat sheet --- content/cheat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cheat.json b/content/cheat.json index 4fcd2c8..e30e83e 100644 --- a/content/cheat.json +++ b/content/cheat.json @@ -74,11 +74,11 @@ "level": "advanced" }, { - "command": "but branch apply [branch]", + "command": "but apply [branch]", "description": "Apply (enable) a branch to your working directory" }, { - "command": "but branch unapply [branch]", + "command": "but unapply [branch]", "description": "Unapply (disable) a branch from your working directory" }, {