Home Docs Blog Product Contact

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