Files
hotel-fe/readme.md
2025-09-22 10:37:41 +07:00

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