From 0e0511dda14e01c6c93159cab2046ceb4154b884 Mon Sep 17 00:00:00 2001 From: 17870919867 <17870919867@163.com> Date: Wed, 8 Jul 2026 09:15:53 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=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 This reverts commit 563301d845098fc02c71125fbf73c46c9c22d410. --- GIT的概念.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GIT的概念.txt b/GIT的概念.txt index 5f6d6b8..5387b45 100644 --- a/GIT的概念.txt +++ b/GIT的概念.txt @@ -6,6 +6,4 @@ Git 是什么:分布式版本控制系统,用于追踪文件变化 节点:每一次提交就是一个节点,记录着当时的文件快照 -分支:指向某个节点的指针,用于并行开发不同功能 - -现在尝试回滚提交 \ No newline at end of file +分支:指向某个节点的指针,用于并行开发不同功能 \ No newline at end of file