commit 2e3204d5dfbfcb88f092e86054ea76587d971ba3 Author: jjstyle Date: Tue Dec 16 17:47:24 2025 +0900 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c455cb --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +touch README.md +git init + +git add README.md +git commit -m "first commit" +git remote add origin http://192.168.10.243:3000/confirms/worker.git +git push -u origin master \ No newline at end of file