π I just published a VS Code extension Iβve been working on: Gitina
It automatically changes your editor UI colors based on the active Git branch.
Letβs be honest β weβve all accidentally committed code to the wrong branch at least once.
π https://marketplace.visualstudio.com/items?itemName=khechinimohamed.gitina&ssr=false#overview
π‘ Why Gitina?
The idea is simple: make your working context instantly visible so you always know which branch youβre on β no more surprises.
As far as I know, there isnβt any existing extension that does this in a fully dynamic and customizable way.
π§ How it works
Gitina detects your current branch and updates:
β’ Status bar
β’ Title bar
β’ Activity bar
Changes happen instantly when you switch branches.
βοΈ Key features
β’ Regex-based rules (feature/*, hotfix/*, etc.)
β’ Fully customizable colors
β’ Dedicated sidebar to manage rules & current state
β’ Quick setup via Command Palette (no JSON needed)
β’ Visual alerts for sensitive branches (main, production, etc.)
β’ Import/export configs to share with your team
π¨ Example setup
β’ main β visual alert
β’ develop β green
β’ feature/* β yellow
β’ hotfix/* β red
(fully customizable to match your workflow)
π¬ The goal: reduce mistakes and improve awareness with a simple visual cue.
Would love your feedback or ideas π
Top comments (0)