-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.
Milestone
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!
guillep2k, teutat3s, kjellkvinge, ptman, JWo1F and 4 more
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.