From d32f91c1b222a3d9428dc44b28ee12ec35703811 Mon Sep 17 00:00:00 2001 From: William Bruns Date: Sat, 22 Aug 2026 17:38:46 +0000 Subject: [PATCH] Only fix a single typo by upstream: "non-commited" to "non-committed" --- getting-started/git-boot-camp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/git-boot-camp.rst b/getting-started/git-boot-camp.rst index 4d01a851e..33717b14d 100644 --- a/getting-started/git-boot-camp.rst +++ b/getting-started/git-boot-camp.rst @@ -265,7 +265,7 @@ To re-apply the last stashed change:: Comparing changes ----------------- -View all non-commited changes:: +View all non-committed changes:: $ git diff