GitGutter
A Sublime Text 2/3 plugin to see git diff in gutter
Details
Installs
- Total 898K
- Win 351K
- Mac 316K
- Linux 232K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 13 | 4 | 10 | 23 | 12 | 11 | 18 | 0 | 0 | 24 | 14 | 9 | 15 | 17 | 16 | 23 | 23 | 25 | 18 | 13 | 19 | 22 | 18 | 10 | 16 | 9 | 16 | 15 | 16 | 17 | 26 | 24 | 9 | 7 | 8 | 23 | 24 | 34 | 18 | 12 | 15 | 19 | 24 | 17 | 12 | 15 |
Mac | 7 | 6 | 5 | 11 | 6 | 9 | 4 | 0 | 0 | 9 | 8 | 6 | 6 | 5 | 8 | 5 | 7 | 11 | 9 | 10 | 6 | 6 | 10 | 17 | 19 | 8 | 8 | 8 | 8 | 11 | 8 | 9 | 4 | 10 | 2 | 12 | 10 | 10 | 18 | 8 | 7 | 16 | 15 | 9 | 20 | 13 |
Linux | 0 | 7 | 5 | 16 | 8 | 10 | 10 | 0 | 0 | 14 | 14 | 7 | 7 | 8 | 11 | 7 | 9 | 13 | 8 | 7 | 11 | 11 | 7 | 9 | 5 | 12 | 5 | 16 | 16 | 14 | 14 | 16 | 6 | 6 | 14 | 14 | 15 | 14 | 14 | 8 | 7 | 12 | 12 | 12 | 8 | 10 |
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