Add readme.md

init
This commit is contained in:
2025-09-15 04:00:36 +00:00
commit dd6f50bb8a

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-api.git
git push -u origin main