Files
current_test_repositroy/commit init command

7 lines
199 B
Plaintext
Raw Permalink Normal View History

2025-07-05 18:04:10 +08:00
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