From bdec724e9e1aad962aab895044b06be998631296 Mon Sep 17 00:00:00 2001 From: ymq <2832214169@qq.com> Date: Mon, 22 Sep 2025 20:46:11 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0src/main.py=E5=92=8Cdoc/R?= =?UTF-8?q?EADME.md=E5=88=9D=E5=A7=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/README.md | 2 ++ src/main.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 doc/README.md create mode 100644 src/main.py diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..52a46d9 --- /dev/null +++ b/doc/README.md @@ -0,0 +1,2 @@ +# 软件工程Git实践项目 +本项目用于头歌平台的Git版本控制实践,包含`src`(源代码)和`doc`(文档)两个文件夹。 \ No newline at end of file diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..011bfd0 --- /dev/null +++ b/src/main.py @@ -0,0 +1 @@ +print("Hello,Git Training!") \ No newline at end of file From fa1d2423665f8adde3bfd8f3e1fde7d350d6131f Mon Sep 17 00:00:00 2001 From: ymq <2832214169@qq.com> Date: Mon, 22 Sep 2025 20:52:55 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E5=88=A0=E9=99=A4README.md=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 From 57c9931f5abd61c9e90d7277de20b46b4b765c88 Mon Sep 17 00:00:00 2001 From: zyy <1339568841@qq.com> Date: Mon, 22 Sep 2025 22:02:08 +0800 Subject: [PATCH 3/6] =?UTF-8?q?zyy:=E6=B7=BB=E5=8A=A0=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=88=86=E6=94=AF=E5=88=9D=E5=A7=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/zyy.md | 1 + src/zyy.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/zyy.md create mode 100644 src/zyy.py diff --git a/doc/zyy.md b/doc/zyy.md new file mode 100644 index 0000000..f3ca610 --- /dev/null +++ b/doc/zyy.md @@ -0,0 +1 @@ +你好 \ No newline at end of file diff --git a/src/zyy.py b/src/zyy.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/src/zyy.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file From 82272c928de6b7e97914f5592e90b97512eda954 Mon Sep 17 00:00:00 2001 From: zyy <1339568841@qq.com> Date: Wed, 24 Sep 2025 20:55:00 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E5=88=A0=E9=99=A4doc=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/README.md | 2 -- doc/zyy.md | 1 - 2 files changed, 3 deletions(-) delete mode 100644 doc/README.md delete mode 100644 doc/zyy.md diff --git a/doc/README.md b/doc/README.md deleted file mode 100644 index 52a46d9..0000000 --- a/doc/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# 软件工程Git实践项目 -本项目用于头歌平台的Git版本控制实践,包含`src`(源代码)和`doc`(文档)两个文件夹。 \ No newline at end of file diff --git a/doc/zyy.md b/doc/zyy.md deleted file mode 100644 index f3ca610..0000000 --- a/doc/zyy.md +++ /dev/null @@ -1 +0,0 @@ -你好 \ No newline at end of file From ab3c8c4cf227ae1a10cebd554b470579d3d535fc Mon Sep 17 00:00:00 2001 From: zyy <1339568841@qq.com> Date: Wed, 24 Sep 2025 20:56:34 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=88=A0=E9=99=A4src=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 1 - src/zyy.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 src/main.py delete mode 100644 src/zyy.py diff --git a/src/main.py b/src/main.py deleted file mode 100644 index 011bfd0..0000000 --- a/src/main.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello,Git Training!") \ No newline at end of file diff --git a/src/zyy.py b/src/zyy.py deleted file mode 100644 index 1dc45ac..0000000 --- a/src/zyy.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World!") \ No newline at end of file From f1c7c9c104bd123e00a24c47f8226aaf37efc4e3 Mon Sep 17 00:00:00 2001 From: zyy <1339568841@qq.com> Date: Wed, 24 Sep 2025 21:00:33 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=88=9B=E5=BB=BAsrc=20doc=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/zyy.md | 0 src/zyy.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/zyy.md create mode 100644 src/zyy.py diff --git a/doc/zyy.md b/doc/zyy.md new file mode 100644 index 0000000..e69de29 diff --git a/src/zyy.py b/src/zyy.py new file mode 100644 index 0000000..e69de29