commit dd0108a1583ab84ef8a350b84f4768298837a49f Author: guoqingshan <704299375@qq.com> Date: Tue Jul 28 08:38:12 2026 +0800 添加 Home 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 +