From 563301d845098fc02c71125fbf73c46c9c22d410 Mon Sep 17 00:00:00 2001 From: 17870919867 <17870919867@163.com> Date: Wed, 8 Jul 2026 09:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=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..5f6d6b8 100644 --- a/GIT的概念.txt +++ b/GIT的概念.txt @@ -6,4 +6,6 @@ Git 是什么:分布式版本控制系统,用于追踪文件变化 节点:每一次提交就是一个节点,记录着当时的文件快照 -分支:指向某个节点的指针,用于并行开发不同功能 \ No newline at end of file +分支:指向某个节点的指针,用于并行开发不同功能 + +现在尝试回滚提交 \ No newline at end of file