GitGutter
A Sublime Text 2/3 plugin to see git diff in gutter
Details
Installs
- Total 906K
- Win 354K
- Mac 318K
- Linux 234K
Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 19 | 12 | 13 | 12 | 25 | 17 | 16 | 26 | 12 | 17 | 10 | 25 | 19 | 18 | 14 | 9 | 6 | 16 | 16 | 33 | 18 | 14 | 11 | 11 | 22 | 22 | 17 | 17 | 17 | 11 | 9 | 14 | 28 | 16 | 18 | 20 | 10 | 15 | 17 | 21 | 25 | 21 | 19 | 12 | 15 | 20 |
Mac | 10 | 9 | 3 | 16 | 17 | 14 | 13 | 7 | 13 | 8 | 13 | 11 | 7 | 11 | 12 | 7 | 7 | 11 | 9 | 11 | 7 | 8 | 10 | 7 | 10 | 8 | 9 | 18 | 10 | 8 | 6 | 3 | 10 | 15 | 13 | 12 | 5 | 5 | 9 | 14 | 8 | 19 | 15 | 6 | 7 | 10 |
Linux | 8 | 3 | 12 | 6 | 5 | 12 | 4 | 8 | 5 | 6 | 10 | 5 | 10 | 7 | 16 | 13 | 3 | 10 | 8 | 10 | 8 | 13 | 11 | 8 | 7 | 10 | 13 | 12 | 13 | 11 | 4 | 12 | 8 | 19 | 15 | 7 | 6 | 6 | 10 | 5 | 10 | 10 | 11 | 13 | 6 | 11 |
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