GitGutter
A Sublime Text 2/3 plugin to see git diff in gutter
Details
Installs
- Total 902K
- Win 352K
- Mac 317K
- Linux 233K
Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 25 | 13 | 11 | 12 | 13 | 23 | 23 | 14 | 8 | 11 | 26 | 19 | 31 | 13 | 32 | 15 | 15 | 11 | 16 | 22 | 14 | 17 | 12 | 8 | 18 | 16 | 21 | 29 | 38 | 7 | 18 | 23 | 12 | 22 | 22 | 14 | 14 | 16 | 12 | 27 | 29 | 21 | 12 | 12 | 22 | 14 |
Mac | 14 | 6 | 11 | 4 | 12 | 11 | 9 | 11 | 10 | 13 | 12 | 14 | 13 | 5 | 10 | 10 | 10 | 8 | 7 | 14 | 12 | 19 | 6 | 6 | 11 | 10 | 13 | 20 | 14 | 7 | 6 | 7 | 12 | 15 | 10 | 5 | 5 | 12 | 9 | 6 | 14 | 13 | 17 | 8 | 17 | 8 |
Linux | 5 | 5 | 5 | 9 | 7 | 13 | 11 | 10 | 6 | 11 | 7 | 10 | 11 | 17 | 9 | 8 | 5 | 11 | 6 | 12 | 13 | 17 | 5 | 4 | 8 | 14 | 7 | 14 | 8 | 7 | 9 | 7 | 11 | 10 | 7 | 11 | 6 | 5 | 9 | 11 | 11 | 11 | 16 | 11 | 5 | 8 |
Readme
- Source
- raw.githubusercontent.com
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