ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Gutter

by jisaacks ALL Top 100

A Sublime Text 2/3 plugin to see git diff in gutter

Details

  • 1.11.12
    1.10.3
  • github.​com
  • github.​com
  • 10 months ago
  • 37 minutes ago
  • 12 years ago

Installs

  • Total 896K
  • Win 350K
  • Mac 316K
  • Linux 231K
Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5
Windows 3 20 19 16 13 21 18 20 24 17 20 11 12 22 12 29 25 16 11 14 19 15 22 23 14 11 7 15 15 16 22 13 16 17 26 18 16 19 16 3 11 26 22 23 23 18
Mac 4 11 19 6 3 5 15 25 12 16 7 6 8 9 12 11 12 10 3 11 13 19 14 15 14 4 9 16 11 22 10 12 10 8 13 17 10 13 22 1 6 16 15 14 9 10
Linux 1 13 12 9 6 6 2 16 11 19 11 4 12 7 15 13 5 7 8 9 10 12 16 10 11 7 3 19 13 14 8 13 5 12 13 20 13 11 5 2 11 15 13 17 6 16

Readme

Source
raw.​githubusercontent.​com

GitGutter

A Sublime Text plug-in to show information about files in a git repository:

  1. Gutter Icons indicating inserted, modified or deleted lines
  2. Diff Popup with details about modified lines
  3. Status Bar Text with information about file and repository

and provides some commands like:

  1. Goto Change to navigate between modified lines
  2. Copy from Commit to copy the original content from the commit
  3. Revert to Commit to revert a modified hunk to the original state in a commit

Gutter Icons & Status Bar Text

screenshot

The icons of the default theme have the following meaning:

Icon Description
inserted inserted line
changed modified line
deleted deleted region borders
ignored ignored file
untracked untracked file

Diff Popup

The diff popup shows the original content from the commit or the differences between it and the working content.

diff_popup_screenshot

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