# jisaacks/GitGutter

A Sublime Text 2/3 plugin to see git diff in gutter

Repository: https://github.com/jisaacks/GitGutter
Canonical: https://ross.abutalabs.com/products/gitgutter
Language: Python
License: MIT
License Family: permissive
Topics: gitgutter, sublime-text, color-scheme
Last push: 2026-03-21T17:06:17+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 73, release rhythm 51, longevity 100
- inputs: {"age_days": 5016, "days_push": 165, "days_rel": 165, "gap_med": 169, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3879, forks 228 (observed 2026-08-28T04:08:27.984622+00:00)

## What it is
GitGutter is a Sublime Text plugin that displays git diff information in the editor gutter, showing inserted, modified, and deleted lines via icons. It also provides a diff popup, status bar text, and commands to navigate, copy, or revert changes.

## Use cases
- show which lines changed since last commit in sublime text
- navigate between modified lines in the editor
- revert a code hunk to its state in a git commit
- view diff details of modified lines in a popup
- see untracked and ignored file indicators in the gutter

## When to choose
- you use Sublime Text and want inline git diff visualization
- you need quick navigation and reversion of uncommitted changes
- you want lightweight git integration without leaving the editor

## When to avoid
- you use VS Code or another editor with built-in git gutter support
- you need full git client features like staging, branching, or committing

## Facets
- artifact type: plugin
- maturity: stable
- function: version-control, developer-tools, ui-components
- domain: developer-tools, version-control, text-editors
- platform: editor-plugin, cross-platform
- tags: sublime-text, git, diff, gutter-icons, editor-plugin

## Member repositories
- jisaacks/GitGutter (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.984622+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:25:44.196503+00:00, confidence not recorded.
  - readme: https://github.com/jisaacks/GitGutter (fetched 2026-08-28T04:08:27.984622+00:00, sha f1bd20f7e86f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
