Skip to content

Feature Request: push to create repo #8162

Closed
@ptman

Description

@ptman

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?

  1. https://gitea.local/myuser/repo doesn't exist
  2. git init
  3. git add .
  4. git commit
  5. git remote add origin ssh://[email protected]:2222/myuser/repo.git
  6. git push -u origin master
  7. https://gitea.local/myuser/repo exists!

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions