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

8 lines
191 B
Markdown

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