From fd0933912c1a2d6aca1a37a37ee202ef88c56c2a Mon Sep 17 00:00:00 2001 From: z_xl <17561698+z_xl7974@user.noreply.gitee.com> Date: Mon, 21 Sep 2026 21:09:51 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=88=86=E6=94=AF=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E7=BB=83=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zxl.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zxl.txt b/zxl.txt index 68c2193..2a6aa36 100644 --- a/zxl.txt +++ b/zxl.txt @@ -1 +1,2 @@ -zxlhs2 \ No newline at end of file +zxlhs2 +周学灵很帅 \ No newline at end of file From 2feb00ad48646e7923148b8e7919a695bcfecb66 Mon Sep 17 00:00:00 2001 From: aiapple <17561545+ai-apple@user.noreply.gitee.com> Date: Mon, 21 Sep 2026 21:11:31 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BD=9C=E4=B8=9A2=EF=BC=9A=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20homework2.txt=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homework2.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 homework2.txt diff --git a/homework2.txt b/homework2.txt new file mode 100644 index 0000000..707fbe0 --- /dev/null +++ b/homework2.txt @@ -0,0 +1,10 @@ +作业2:克隆仓库并推送新文件 +完成时间:2026-09-21 +操作人:WorkBuddy 代执行 + +本文件用于演示完整的 git 提交流程: +1. git clone 克隆远程仓库到本地 +2. 新增 homework2.txt +3. git add 加入暂存区 +4. git commit 提交到本地仓库 +5. git push 推送到远程仓库 From 07f3f01b26ee347a8cc886607169b30a1f270ee9 Mon Sep 17 00:00:00 2001 From: aiapple <17561545+ai-apple@user.noreply.gitee.com> Date: Mon, 21 Sep 2026 21:19:26 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20push=5Fdemo=5F20260921?= =?UTF-8?q?.txt=EF=BC=88=E6=8E=A8=E9=80=81=E7=BB=83=E4=B9=A0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push_demo_20260921.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 push_demo_20260921.txt diff --git a/push_demo_20260921.txt b/push_demo_20260921.txt new file mode 100644 index 0000000..0aa2066 --- /dev/null +++ b/push_demo_20260921.txt @@ -0,0 +1,13 @@ +Git 推送练习 - 20260921 + +本文件为「克隆仓库 + 新增文件 + 推送」练习新增。 + +完整操作流程: +1. git clone 克隆远程仓库到本地 +2. 在工作区新增文件 +3. git add 把文件加入暂存区 +4. git commit 提交到本地仓库 +5. git pull --rebase 同步远程最新改动(多人协作必做) +6. git push 推送到远程仓库 + +要点:多人协作时,push 前必须先同步远程,否则会被拒绝。 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 4/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=20push=5Fdemo=5F20260921?= =?UTF-8?q?.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 前必须先同步远程,否则会被拒绝。