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