添加 commit init command

This commit is contained in:
2025-07-05 18:04:10 +08:00
commit ec1d12a068

7
commit init command Normal file
View File

@ -0,0 +1,7 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://120.26.250.224:3001/stone/current_test_repositroy.git
git push -u origin main