Add readme.md

init
This commit is contained in:
2025-09-15 04:01:19 +00:00
commit 70c13af360

7
readme.md Normal file
View File

@@ -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