From dd0108a1583ab84ef8a350b84f4768298837a49f Mon Sep 17 00:00:00 2001 From: guoqingshan <704299375@qq.com> Date: Tue, 28 Jul 2026 08:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Home?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..2a5da96 --- /dev/null +++ b/Home.md @@ -0,0 +1,12 @@ +git clone https://git.youzhilian.cn/guoqingshan/testproject.git + +git checkout -b main + +git add readme.txt + +git commit -m "first commit" + +git remote add origin https://git.youzhilian.cn/guoqingshan/testproject.git + +git push -u origin main +