GitHub Integration
Connect a GitHub repo to your Mistflow project to version control your code and enable team workflows.
Via your AI editor
Section titled “Via your AI editor”Connect this project to my GitHub repo myorg/myappThe AI calls connect-github, which:
- Initiates GitHub OAuth (opens your browser)
- Links the repo to your Mistflow project
- Enables auto-sync on deploy
Via the dashboard
Section titled “Via the dashboard”- Open your project in the dashboard
- Go to the GitHub tab
- Click Connect Repository
- Authorize Mistflow on GitHub
- Select the repository to link
Auto-sync
Section titled “Auto-sync”When auto-sync is enabled (the default), every deploy automatically pushes the latest code to your GitHub repo. This means:
- Your repo always has the latest deployed version
- Team members can clone and work locally
- You have full git history
Disconnecting
Section titled “Disconnecting”Tell your AI Disconnect GitHub from this project or use the dashboard. Disconnecting does not delete the GitHub repo — it only stops auto-sync.