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.
  • 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

  1. Open the workspace with your changes.
  2. Open the Git view.
  3. Read the diff file by file.
  4. Run project checks in the terminal.
  5. Commit, open a draft PR, or inspect existing PR and Actions state 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.

On this page