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.9
    1.10.3
  • github.​com
  • github.​com
  • 3 months ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 876K
  • Win 340K
  • Mac 310K
  • Linux 226K
Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10
Windows 17 16 21 28 40 25 28 47 20 22 38 36 38 28 36 26 24 30 33 28 39 34 21 22 37 41 28 40 30 18 22 36 30 38 25 47 13 16 27 38 26 35 26 18 14 31
Mac 8 14 11 14 20 21 21 18 7 8 18 23 21 16 23 13 13 27 21 19 22 33 13 9 17 24 21 23 42 8 11 14 21 22 21 17 12 15 17 22 27 24 26 9 10 20
Linux 9 12 10 15 25 18 16 11 10 8 16 17 16 20 14 14 15 16 20 15 21 12 17 15 14 18 21 19 16 10 9 21 21 23 20 25 13 10 15 19 15 22 11 7 8 31

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