Git integration Beta
Native Git: status-bar branch, gutter change bars vs HEAD, a Commit tool window, fetch / pull / push + branches, plus a history/log view, inline blame, and stash.
Native Git that shells out to your installed git, no bundled library.
- The status bar shows the current branch with ahead/behind counts and a dropdown to switch/create branches, pull, fetch, and push.
- Gutter change bars mark added/modified/deleted lines vs HEAD (hover for the hunk diff).
- The Commit tool window groups staged / changed / untracked files with stage, unstage, discard, and a commit box.
- The Project tree colors files by Git status (added, modified, deleted, renamed, untracked), IntelliJ-style, with changed folders tinted.
- Plus a history / log view, inline blame, and stash.
Off by default. Enable it under Settings → Git.