Advanced
Git
Branch awareness and commit actions built into the composer — not a full git client.
Quack doesn't have a dedicated git graph, branch manager, or worktree feature yet — this page covers what's actually there today.
Branch awareness
The composer's context bar shows your current branch and lets you switch without leaving the chat.
Commit from the composer
The Changes pill's commit menu covers the common paths: commit, commit and push, or create a branch first and commit onto that. See Reviewing Changes for the full flow.
Agent commits
When an agent runs git commit itself, a pill above the composer shows the
short hash, message, and push state (pushed, local-only, or ahead by N) —
so you can tell what landed in history without switching to a terminal.