2

is it possible to open gitpod in order to have a fresh and empty enviroment without an existing project or template?

I'd like to manually create a project and issue gp init to initialize my enviroment from scratch

and morover, opening an existing repo and modify the gitpod.yml, is it possible to re-execute the enviroment without push the changes and open a new window?

pinale
  • 2,060
  • 6
  • 38
  • 72

2 Answers2

4

Wait no more.

https://gitpod.new/

Spins up empty environment for you.

lkogs
  • 53
  • 10
1

Currently, the best thing you can do is to have an empty repository on your git provider(GitHub/GitLab/or-anything-else) and open that from New Workspace button on https://gitpod.io/workspaces

Other than that, please upvote this feature request: https://github.com/gitpod-io/gitpod/issues/7936

AXON
  • 183
  • 1
  • 5