Files
hotel-api/readme.md
2025-09-22 10:45:25 +07:00

188 B

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