-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Epic(experiment): Allow creating a new repository from within the IDE #6904
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
Comments
Also a user can go to GitHub create a repo and follow GH guidance as he will do on local machine? Should not we ship rather than |
For GitLab though. We will need to enhance built-in git vscode extension. |
Thanks for raising @jankeromnes ! This feels a little like we're solving a problem we think users will have. I agree with @akosyakov here that there are ways to do this within VS Code (if the user is versed) or via the old-school terminal approach. I think it's best to proceed with this issue by lifting the restriction around requiring a repo to clone, and then assess if users do struggle with this repo set up before implementing a solution. Would I be correct to assume that this issue is motivated by a concern that we don't want to encourage users to use gitpod environments in a repo-agnostic way, as that devalues the proposition around configuring/codifying your repo in code? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It would be cool to have a quick & convenient way to create a new repository from inside the IDE.
This would play particularly well when combined with this other feature request: #6903, as opening a workspace based on an archive will give you a workspace without any repository (i.e. no
git init
was run).Maybe the IDE could even detect that you currently don't have a repository, and proactively propose that you create one (either immediately, or if you try to push). I imagine that it could simply prompt the user for a repository name, and then automatically initialize the local repository & create the remote repository.
Alternatively, maybe there are already good VS Code extensions to accomplish this (e.g. maybe the GitHub and GitLab extensions we already have can do that?). Then it would just be a matter of making sure they are installed by default and pre-authenticated in Gitpod.
The text was updated successfully, but these errors were encountered: