From ae1fbf41e3a5d2109dbcf5a1f89fb9b10f0743db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BA=91=E7=BF=94523370910110?= Date: Fri, 19 Sep 2025 11:00:46 +0800 Subject: [PATCH] fix: e -> ex in scope --- Introduction-to-JOJ3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Introduction-to-JOJ3.md b/Introduction-to-JOJ3.md index b496686..25ef8f3 100644 --- a/Introduction-to-JOJ3.md +++ b/Introduction-to-JOJ3.md @@ -58,9 +58,9 @@ Invalid commit message: git commit -m"" # message missing git commit -m"my 1st commit message" # not following conventional commit format git commit -m"feat: skeleton" # missing scope -git commit -m"joj(h1/e2): test" # wrong format, joj is not a valid type +git commit -m"joj(h1/ex2): test" # wrong format, joj is not a valid type git commit -m" 增加 ex2.c" # never commit with non-ascii characters in your message -git commit -m"feat(h1/e2): skeleton" # not a regular : symbol +git commit -m"feat(h1/ex2): skeleton" # not a regular : symbol ``` If at any stage you push with an invalid commit you can easily fix it be pushing an empty commit, eg.