A Sublime Text plug-in to show information about files in a git repository:
and provides some commands like:
The icons of the default theme have the following meaning:
Icon | Description |
---|---|
inserted line | |
modified line | |
deleted region borders | |
ignored file | |
untracked file |
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 |
Please read https://jisaacks.github.io/GitGutter/ for detailed information about