From 1b53269657110b5379d7ca8771c8ef6ab4fe28e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 06:07:33 +0000 Subject: [PATCH] Update docs and sort content --- src/content/post/编程/git/使用cursor生成git commit msg.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/post/编程/git/使用cursor生成git commit msg.md b/src/content/post/编程/git/使用cursor生成git commit msg.md index fc9e06b..2353f87 100644 --- a/src/content/post/编程/git/使用cursor生成git commit msg.md +++ b/src/content/post/编程/git/使用cursor生成git commit msg.md @@ -8,7 +8,6 @@ finished: true published: true description: |- 我是这个问题的解决方案: - 如何使用Git提交代码,请按照以下步骤操作: 首先,开启终端输入git add暂存更改。 然后,按下Command+K输入“git commit message”即可成功提交。