Integrated Git Workflow
Diff view, commit assistance, code review, and GitHub PR management in one place.
The integrated Git workflow keeps everyday version control inside Atmos—see what changed, prepare commits, and coordinate review without juggling separate tools.
Why it matters
- One place to inspect agent or manual changes.
- Clear diffs before you commit or open a PR.
- Less context switching between terminal, editor, and Git UI.
- Supports review and handoff to agents after you comment on lines.
What you can do
The Mobile App is currently in development and temporarily unavailable.
- View changed files and side-by-side diffs.
- Stage and commit with context from the workspace.
- Review history relevant to the current task.
- Create and manage GitHub pull requests when connected to your repo.
- Open pull request details, CI checks, and file diffs in center tabs (not only modals), so you can keep PR context while editing.
- Inspect GitHub Actions, then ask an agent to fix failed jobs from the Actions panel.
- On mobile, refresh changes, inspect diffs, stage, unstage, commit, and push from the Changes view.
Get started
- Open the workspace with your changes.
- Open the Git view.
- Read the diff file by file.
- Run project checks in the terminal.
- Commit, open a draft PR, or open existing PR / Actions details in a center tab from the right sidebar.
Tips
- Review diffs after every agent run, not only at the end.
- Use Review Workflow for line comments and agent fixups.
- Keep commits small and tied to the workspace task name.
- Mobile Git is intentionally smaller than desktop Git: it does not include full PR panels, AI commit generation, discard, history, or chunk-level controls.
