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