Add demo1

This commit is contained in:
jamesyee 2025-07-21 09:42:53 +08:00
commit 2c3f2db325

6
demo1 Normal file
View File

@ -0,0 +1,6 @@
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://git.ips.com.my/jamesyee/jamesdemo.git
git push -u origin main