Git & Diff
Review agent changes and decide what to commit.
Agents create diffs. Use the right panel (⌘⇧B) to read them, stage the parts you want, and make the commit.
Work in Source Control
Fetch, pull, push, or publish from the toolbar. Use the branch switcher to find, create, delete, check out, or merge a branch.
In Changes, review each modified file, stage or discard files and hunks, then write the commit summary, description, and optional co-authors. Select Amend to update the previous commit.
Resolve conflicts from the same view by taking ours or theirs, opening the file, or marking a completed resolution.
Read history and stashes
In History, select a commit to copy its SHA, revert it, cherry-pick it, tag it, undo it into staging, or reset to it. Open linked sessions in the timeline to see the work behind a commit.
Use Stashes to save the working tree and restore it later.
Read a diff
Review diffs inline as a searchable unified view, or open a substantial change full-window for a side-by-side comparison, file list, and minimap.
Handle failures
Atlas identifies common git failures, including authentication, protected branches, rejected pushes, conflicts, hooks, and signing. It tells you what failed and keeps git's own output available.
Next
- Chat & Sessions: return to the agent work
- Timeline: trace a commit back to its session