添加 Home

guoqingshan 2026-07-28 08:38:12 +08:00
commit dd0108a158
1 changed files with 12 additions and 0 deletions

12
Home.md Normal file

@ -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