From c5eca7b064af02ccb1c8f1efdc4dfc8b47d08f17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Mar 2025 06:12:56 +0000 Subject: [PATCH] Update docs and sort content --- .../note/使用大模型处理 git diff 生成 commit msg.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/content/note/使用大模型处理 git diff 生成 commit msg.md b/src/content/note/使用大模型处理 git diff 生成 commit msg.md index b89bc6e..587b2bd 100644 --- a/src/content/note/使用大模型处理 git diff 生成 commit msg.md +++ b/src/content/note/使用大模型处理 git diff 生成 commit msg.md @@ -1,19 +1,23 @@ --- toAstro: true astroType: null -published: null +published: true toWexin: null toJuejin: null toZhihu: null description: 使用大模型处理 `git diff` 生成 commit msg 的流程 -date: 20250228 +date: 2025-03-03T00:00:00.000Z tags: - 大模型 + - cherrystudio - Git -category: null +category: git slug: use-llm-to-generate-commit-message-from-git-diff date_created: 20250228 -date_modified: 20250228 +date_modified: 20250303 +title: 使用大模型处理 git diff 生成 commit msg +author: KazooTTT +finished: true --- 使用大模型处理 `git diff` 生成 commit msg 的流程如下: