-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Import Project from git
As a developer
I would be able to import a project into the workspace from git
So that I can edit the existing code
Validation Criteria
- I can enter or choose which project to be imported from git
- I can provide credentials, if needed
- I'm presented with a workspace containing the project code
Tasks
- Add screen for selecting a project (For when using GitHub OAuth)
- Add screen for entering git URL
- REST API for
git clone