Created Donnerstag 14 Januar 2021
Webgui
Create the repository in the webgui.
Import the the existing local git repository:
Add beforehand created Gitea repository as origin/master:
$ git remote add origin https://<Gitea URL>/<Gitea user>/<Gitea repository>.git
Push local repository:
$ git push -u origin master
$ git remote add origin https://<Gitea URL>/<Gitea user>/<Gitea repository>.git
Push local repository:
$ git push -u origin master