From 5148732a8142c823703867cf94bed923fd63aec9 Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Wed, 9 Sep 2026 21:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20Git=20=E5=AE=9E?= =?UTF-8?q?=E9=AA=8C=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ hello.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 README.md create mode 100644 hello.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..51b00b9 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Git 实验项目 + +学号:202401020405 +姓名:范涵宇 + +本仓库用于完成 Git 基本操作、分支合并、冲突解决和多人协作实验。 + diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..89be2ef --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +Git 实验初始内容