Git Explorer
View diffs, stage files, commit changes, and switch branches without leaving CloudCLI UI.
Git Explorer
CloudCLI UI includes a built-in Git explorer so you can manage your repository directly from the interface — useful when you want to review what an agent committed or stage specific changes before committing.
What You Can Do
- View changed files — see which files have been modified, added, or deleted
- Review diffs — inspect changes file by file before staging
- Stage files — select specific files or hunks to include in a commit
- Commit — write a commit message and commit directly from the UI
- Switch branches — checkout existing branches without using the terminal
Typical Workflow With an Agent
- Give the agent a task in the chat
- The agent makes changes across multiple files
- Open the Git explorer to review what changed
- Stage the files you want to keep
- Write a commit message and commit
This gives you a clean review step between the agent's work and your repo history.
Accessing Git on Mobile
The Git explorer is accessible from the bottom navigation bar on mobile. All core operations (diff, stage, commit, branch switch) work on touch devices.