From b28622e92673fa02aeaa09edd3895b21d64f6f91 Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Wed, 4 Feb 2026 12:32:23 +0100 Subject: [PATCH] "edit patch" -> "edit commit" --- content/docs/features/branch-management/commits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/features/branch-management/commits.mdx b/content/docs/features/branch-management/commits.mdx index 7af907b..d39e558 100644 --- a/content/docs/features/branch-management/commits.mdx +++ b/content/docs/features/branch-management/commits.mdx @@ -140,7 +140,7 @@ You can also arbitrarily change the order of your commits by dragging and droppi ## Edit Mode -The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit patch". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). +The other way that you can modify a commit is to go into "Edit Mode". When you click on a commit, there is a button that says "Edit commit". If you click this, GitButler will check out that commit by itself into your working directory (automatically stashing everything else temporarily). The screen will go into "Edit mode", indicating that you're in a special state where you're focusing on this one commit.