Files
cod-fe/readme.md
2025-09-15 04:01:19 +00:00

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