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

  • View changed files and side-by-side diffs.
  • Stage and commit with context from the workspace.
  • Review history relevant to the current task.
  • Manage GitHub pull requests when connected to your repo.

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 or open a PR from your normal Git flow.

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.

On this page