Community-Fork von gitea.
touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://git.xxx.xx/username/myrepo.git git push -u origin main
git remote add origin https://git.xxx.xx/username/myrepo.git git push -u origin main
git add File_changed git commit -m "My Change" git push -u origin main