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
  • 4 months ago
  • 17 minutes ago
  • 11 years ago

Installs

  • Total 891K
  • Win 347K
  • Mac 314K
  • Linux 230K
Mar 29 Mar 28 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 29 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
Windows 4 16 14 44 23 13 16 18 23 25 22 18 10 9 21 23 17 15 21 9 14 14 20 16 25 23 13 16 17 22 29 20 20 11 10 27 27 25 29 22 19 16 14 19 13 19
Mac 0 8 16 12 8 7 2 10 14 17 18 14 10 6 16 14 17 19 11 6 9 11 14 13 8 19 8 11 12 14 19 16 12 6 5 14 18 15 14 14 11 8 9 18 10 10
Linux 3 9 16 14 10 5 4 12 14 10 13 12 3 7 12 11 12 20 9 5 4 16 14 17 14 14 6 12 10 12 17 14 8 8 8 13 12 22 8 8 9 8 7 13 14 19

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