commit 70c13af360a5c815b4ede6446c65700f9ded52ec Author: yogiedigital Date: Mon Sep 15 04:01:19 2025 +0000 Add readme.md init diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a8edd40 --- /dev/null +++ b/readme.md @@ -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 https://gitea.idetama.id/yogiedigital/cod-fe.git +git push -u origin main \ No newline at end of file