From ec1d12a06847f3fd7c73b81dadee3266d0be4bc9 Mon Sep 17 00:00:00 2001 From: stone <1697624256@qq.com> Date: Sat, 5 Jul 2025 18:04:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20commit=20init=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commit init command | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 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