Files
2026-07-06 06:53:19 +00:00

10 lines
135 B
Plaintext

git init
git add .
git commit -m "Initial commit"
git remote add origin http://gitea/rahinim2005/myapp.git
git push -u origin main