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