The Studio
Source Control
Stage, diff, commit and push — without leaving Studio.
The panel
Open the Source Control tab in the left sidebar. Studio shows:
- Files changed in the working tree
- Click a file → side-by-side diff in the editor
- Stage / unstage individual hunks
- Commit with a message (multi-line ok)
- Push / pull / fetch with one click
Under the hood it runs real git — there's no mock layer. Loor never stores a copy
of your code outside the workspace.
Connecting GitHub
In Project Settings → Git, click Connect GitHub. Loor stores only the OAuth token needed to push. From then on, the workspace knows how to talk to your remote — Vibe Chat can also commit (with your confirmation) and push.
Branches & PRs
Create a branch in the panel. Every branch you push gets its own preview URL automatically (configurable in loor.json). Open a PR on GitHub — the preview URL is posted as a check.
Was this useful?