Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: push to create repo #8162

Closed
ptman opened this issue Sep 12, 2019 · 5 comments
Closed

Feature Request: push to create repo #8162

ptman opened this issue Sep 12, 2019 · 5 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Milestone

Comments

@ptman
Copy link
Contributor

ptman commented Sep 12, 2019

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://git@gitea.local:2222/myuser/repo.git
  6. git push -u origin master
  7. https://gitea.local/myuser/repo exists!
@lunny
Copy link
Member

lunny commented Sep 12, 2019

I think there is already an issue to request that.

@ptman
Copy link
Contributor Author

ptman commented Sep 13, 2019

@lunny great! where?

@stale
Copy link

stale bot commented Nov 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Nov 12, 2019
@jolheiser
Copy link
Member

This is still a relevant feature request and has been drafted at #8419

@stale stale bot removed the issue/stale label Nov 12, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Nov 13, 2019
@jolheiser
Copy link
Member

I forgot to link it with a comment, but this can be closed now that #8419 is merged.

@lunny lunny added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Dec 15, 2019
@lunny lunny added this to the 1.11.0 milestone Dec 15, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

No branches or pull requests

4 participants