Learn how to connect your Dashwave workspace to a GitHub repository to commit and track code changes efficiently.
Connecting GitHub in a Scratch Workspace
When you open a new scratch workspace (React Native, Kotlin, Flutter), no GitHub repository is connected by default. To link a repository:
- Open Workspace Settings
- Navigate to the Settings of your workspace.
- Locate the GitHub Repository section.
- Add Repository Link
- Paste the GitHub repository URL into the input field.
- Click Save to confirm the connection.
- Develop with Dashwave AI
- You can now build features, just prompt to describe your app.
- AI-generated code changes will be applied automatically.
- Commit Code Changes
- Use the VS Code plugin (already installed) to commit changes.
- Alternatively, use the terminal for manual commits.
https://www.loom.com/share/72e2cf08758a4ef3b0ee5b8b06f2ef8a?sid=bda067f8-927c-4c3e-902d-b5e2f8c9040e
Committing Changes in a Repository-Connected Workspace
If your workspace was opened with a repository already connected, you donβt need to manually add a repo. You can:
- Directly commit changes using the VS Code extension.
- Use the terminal to push changes manually.π
With this setup, Dashwave ensures a seamless development workflow where AI-assisted coding and Git version control work hand in hand. π