From e1ac6f6326f830d17b91f5cfab9684f8c9dc0396 Mon Sep 17 00:00:00 2001 From: biaov Date: Wed, 11 Oct 2023 18:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/commander/actions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27840a8..6b045b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## 使用 -- 简化 git 提交命令 +- 简化 Git 提交命令 ```sh auto git [描述] diff --git a/src/commander/actions.ts b/src/commander/actions.ts index 6a5c897..95ebb89 100644 --- a/src/commander/actions.ts +++ b/src/commander/actions.ts @@ -21,7 +21,7 @@ const execCommand = (cmd: string) => { } /** - * 简化 git 提交命令 + * 简化 Git 提交命令 */ export const simplifyGit = async (desc = '更新代码') => { info()