From 2c3f2db325726797a80a184b4e4f801c4a777f4e Mon Sep 17 00:00:00 2001 From: jamesyee Date: Mon, 21 Jul 2025 09:42:53 +0800 Subject: [PATCH] Add demo1 --- demo1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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