Overview
The Git Integration panel in the dashboard lets you review diffs, commit changes, push branches, and create pull requests without leaving Omnara.What You Can Do
- Review file diffs for the active worktree
- Commit changes with a message
- Push to your remote
- Create a pull request
How It Works
Git actions are executed on the machine running the session and sent over the Omnara relay. Your local git configuration and credentials are used.Requirements
- A git repository with a configured remote
- Push access to the remote (local credentials for local sessions, Omnara GitHub App for sandboxes)