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