commit 2c3f2db325726797a80a184b4e4f801c4a777f4e Author: jamesyee Date: Mon Jul 21 09:42:53 2025 +0800 Add demo1 diff --git a/demo1 b/demo1 new file mode 100644 index 0000000..4a3d47d --- /dev/null +++ b/demo1 @@ -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 \ No newline at end of file