commit ec1d12a06847f3fd7c73b81dadee3266d0be4bc9 Author: stone <1697624256@qq.com> Date: Sat Jul 5 18:04:10 2025 +0800 添加 commit init command diff --git a/commit init command b/commit init command new file mode 100644 index 0000000..bb8ccdd --- /dev/null +++ b/commit init command @@ -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 \ No newline at end of file