Closed
Description
Description
I saw someone complaining that you cannot create a new repo simply by pushing to where no repo exists like you can in GitLab. That sounds like a useful feature. What do you think about implementing it?
- https://gitea.local/myuser/repo doesn't exist
- git init
- git add .
- git commit
- git remote add origin ssh://[email protected]:2222/myuser/repo.git
- git push -u origin master
- https://gitea.local/myuser/repo exists!