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
  • 8 months ago
  • 39 minutes ago
  • 12 years ago

Installs

  • Total 895K
  • Win 349K
  • Mac 315K
  • Linux 231K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 12 11 16 19 23 8 14 12 11 17 24 16 8 12 25 13 18 18 22 13 14 15 17 15 17 22 17 13 25 25 14 15 21 12 7 22 21 30 23 18 11 15 15 32 29 17
Mac 11 16 9 15 7 9 2 10 13 10 16 12 8 6 15 17 14 6 13 5 6 17 10 14 12 13 3 5 11 14 14 15 9 5 7 12 5 6 14 8 11 7 14 11 18 9
Linux 18 14 12 14 7 6 5 7 10 13 12 17 10 8 15 8 13 13 10 10 6 5 13 16 9 16 7 8 13 9 19 13 15 6 5 14 14 13 10 9 5 8 13 12 15 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