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.14
    1.10.3
  • github.​com
  • github.​com
  • 6 days ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 908K
  • Win 355K
  • Mac 319K
  • Linux 234K
Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 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
Windows 15 16 11 13 10 15 23 24 17 18 13 15 14 18 18 18 16 8 7 14 21 12 9 15 6 7 15 23 17 18 19 9 21 16 19 14 19 16 18 9 15 23 18 19 31 12
Mac 9 3 14 16 6 3 10 8 19 10 7 6 11 4 14 12 16 7 8 6 10 8 12 9 3 6 9 10 10 15 5 7 5 10 10 18 10 11 6 11 14 11 7 11 11 9
Linux 9 14 12 6 8 8 8 19 12 14 4 5 5 11 13 11 9 12 5 10 13 7 13 13 9 5 8 15 4 10 11 7 6 13 8 18 15 15 4 5 9 11 11 10 10 3

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