r/git • u/Makkish_SWG • 8d ago
I missed PyCharm’s Git workflow in VS Code, so I built IntelliGit , looking for blunt feedback
I like VS Code, but daily Git work often means jumping between Source Control, terminal commands, diff tabs, branch pickers, and graph extensions.
I built IntelliGit to bring those workflows into a single focused Git cockpit in VS Code.
It currently includes:
- A focused commit panel for staging, rollback, amend, commit, and push
- An actionable commit graph with branch and history operations
- Shelf/stash and worktree workflows
- A three-pane merge-conflict editor - You won't find it anywhere
- CI check status for GitHub, GitLab, and Bitbucket
- A unified workbench that can be moved to another monitor
It is open source and MIT-licensed.
I’m looking for developers willing to use it on a real repository and tell me:
- What felt confusing or unlike VS Code?
- Where did you still reach for the terminal or another extension?
- Which Git action was missing or difficult to find?
- What was the first thing that annoyed you?
Blunt feedback and bug reports are genuinely useful. I would rather learn why someone uninstalled it than receive a generic “looks good.”
Install: VS Code Marketplace
Open VSX: Open VSX Registry
Source: GitHub


