GitGutter

A Sublime Text 2/3 plugin to see git diff in gutter

Github星跟踪图

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.

requires Sublime Text 3 Build 3124+ and mdpopups 2.0.0+

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

主要指标

概览
名称与所有者jisaacks/GitGutter
主编程语言Python
编程语言Python (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-12-08 05:29:00
推送于2023-12-08 20:06:51
最后一次提交2023-12-08 21:03:41
发布数61
最新版本名称1.11.12 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数3.9k
关注者数80
派生数223
提交数787
已启用问题?
问题数374
打开的问题数12
拉请求数168
打开的拉请求数1
关闭的拉请求数35
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?