v3.0.0 LIVE
Home Return to the main page
Docs Menu Guides & API reference
Blog Latest news & tech articles
Product Explore features & editions
Contact Get in touch with support

Git Integration

OmniIDE includes full Git integration powered by the VS Code source control system. Stage changes, commit, branch, view diffs, and resolve merge conflicts — all within the IDE.

Features

  • Source Control Panel — View changed files, stage, and commit
  • Inline Diffs — See line-by-line changes in the editor
  • Branch Management — Create, switch, and merge branches
  • Merge Conflict Resolution — Visual merge conflict editor
  • Git Log — Browse commit history

Agent + Git

The Omni-Agent can also execute Git commands autonomously:

"Create a new feature branch, implement the login page, 
commit the changes, and push to remote."

Related