Im Projektordner:
git init git remote add origin <Gitea-URL> git add . git commit -m "Initialer Import" git push -u origin main