From 5e300300a29b03acfcc2f65f5e6bcd8c686f4c16 Mon Sep 17 00:00:00 2001 From: liupan <1079054597@qq.com> Date: Mon, 21 Sep 2026 21:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20push=5Fdemo=5F20260921.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push_demo_20260921.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 push_demo_20260921.txt diff --git a/push_demo_20260921.txt b/push_demo_20260921.txt deleted file mode 100644 index 0aa2066..0000000 --- a/push_demo_20260921.txt +++ /dev/null @@ -1,13 +0,0 @@ -Git 推送练习 - 20260921 - -本文件为「克隆仓库 + 新增文件 + 推送」练习新增。 - -完整操作流程: -1. git clone 克隆远程仓库到本地 -2. 在工作区新增文件 -3. git add 把文件加入暂存区 -4. git commit 提交到本地仓库 -5. git pull --rebase 同步远程最新改动(多人协作必做) -6. git push 推送到远程仓库 - -要点:多人协作时,push 前必须先同步远程,否则会被拒绝。