From d0e170894f353791020f52fdcf9505f5b710267a Mon Sep 17 00:00:00 2001 From: 17870919867 <17870919867@163.com> Date: Wed, 8 Jul 2026 09:20:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=86=E6=94=AF=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 17870919867 <17870919867@163.com> --- GIT的概念.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GIT的概念.txt b/GIT的概念.txt index 5387b45..2f3115f 100644 --- a/GIT的概念.txt +++ b/GIT的概念.txt @@ -6,4 +6,6 @@ Git 是什么:分布式版本控制系统,用于追踪文件变化 节点:每一次提交就是一个节点,记录着当时的文件快照 -分支:指向某个节点的指针,用于并行开发不同功能 \ No newline at end of file +分支:指向某个节点的指针,用于并行开发不同功能 + +这是feature/test分支新增的内容 \ No newline at end of file