랭킹으로 돌아가기
jisaacks/GitGutter
PythonA Sublime Text 2/3 plugin to see git diff in gutter
gitguttersublime-textcolor-scheme
주요 지표
스타 성장
스타
3.9k
포크
228
주간 성장
—
이슈
8
1k2k3k
2012년 12월2015년 3월2017년 6월2019년 9월2022년 1월2024년 4월2026년 7월
아티팩트PyPI
pip install gitgutterREADME
GitGutter
A Sublime Text plug-in to show information about files in a git repository:
- Gutter Icons indicating inserted, modified or deleted lines
- Diff Popup with details about modified lines
- Status Bar Text with information about file and repository
and provides some commands like:
- Goto Change to navigate between modified lines
- Copy from Commit to copy the original content from the commit
- Revert to Commit to revert a modified hunk to the original state in a commit
Gutter Icons & Status Bar Text

The icons of the default theme have the following meaning:
| Icon | Description |
|---|---|
![]() |
inserted line |
![]() |
modified line |
![]() |
deleted region borders |
![]() |
ignored file |
![]() |
untracked file |
Diff Popup
The diff popup shows the original content from the commit or the differences between it and the working content.

The toolbar provides some commands to interact with or modify the changes.
| symbol | meaning of the symbol |
|---|---|
| × | close the popup |
| ⤒ | goto to first change |
| ↑ | goto to previous change |
| ↓ | goto to next change |
| ≈, ≉ | enable/disable difference highlighting |
| ⎘ | copy the original content from the commit |
| ⟲ | revert a modified hunk to the original state in a commit |
Documentation
Please read https://jisaacks.github.io/GitGutter/ for detailed information about
관련 저장소




