When a user creates an app enable a flag to specify a git repo that they want to pull into the Theia IDE
This can be achieved by
- adding a flag to the cli
- adding a step in user_data to pull any repo specified into a directory
- mount that directory to the theia docker container.
When a user creates an app enable a flag to specify a git repo that they want to pull into the Theia IDE
This can be achieved by