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
  • 3 months ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 890K
  • Win 347K
  • Mac 314K
  • Linux 230K
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 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3
Windows 10 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 16 18 12 13 32 17 18 19 16 11
Mac 8 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 11 8 10 13 17 14 14 11 6 8
Linux 5 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 15 10 6 7 4 5 11 15 11 11

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