ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Gutter

by jisaacks ALL Trending 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
  • 1 year ago
  • 56 minutes ago
  • 12 years ago

Installs

  • Total 900K
  • Win 351K
  • Mac 316K
  • Linux 232K
Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7
Windows 0 21 15 8 16 17 15 16 15 13 7 12 20 17 18 13 7 11 14 21 14 19 18 10 7 12 14 9 12 10 17 7 16 26 21 19 11 10 7 13 13 14 10 19 11 6
Mac 1 11 8 4 9 11 12 12 6 6 5 8 10 12 11 8 7 3 7 14 3 14 10 4 10 11 11 9 10 9 8 4 8 13 5 16 8 6 3 7 10 7 9 8 6 6
Linux 0 6 6 4 6 9 12 13 8 5 9 14 6 10 18 7 3 5 9 15 4 3 7 4 3 6 2 2 11 5 2 8 6 9 4 8 14 9 4 10 10 9 8 13 6 6

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