• Stars
    star
    3,871
  • Rank 11,219 (Top 0.3 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 12 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

MaxPane

Sublime Text plugin to quickly maximize a pane in a multi pane layout without resetting the layout.
Python
78
star
2

ChainOfCommand

Sublime text plugin to run a chain of commands
Python
67
star
3

get-programming-jsnext

Code for the book "Get Programming with JavaScript Next"
JavaScript
38
star
4

recurse-delete

Rails gem to recursively delete self and all dependent associations without an N+1
Ruby
25
star
5

DeepBlueSee

A Sublime Text Color Scheme
CoffeeScript
19
star
6

ruby-tic-tac-toe

Play tic tac toe in your terminal!
Ruby
14
star
7

Aroma

Compile CoffeeScript objects into Property Lists
CoffeeScript
10
star
8

Backbone.Detour

Use the backbone.js router as a parameter store.
CoffeeScript
10
star
9

CoffeeScriptHaml

Syntax highlighting for .hamlc files in Sublime Text
6
star
10

gulp-mincer

Gulp Plugin for Mincer
JavaScript
4
star
11

node-font-awesome

Font Awesome wrapper to make serveable from node
JavaScript
4
star
12

jquery.rowslide

Use jQuery.slideUp on table rows
CoffeeScript
4
star
13

cakephp-example.herokuapp

A vanilla install of CakePHP setup for use on Heroku
PHP
4
star
14

await-each

Iterate ES2016(ES7) async functions with patience
JavaScript
3
star
15

react-post

Use POST request on elements that normally just use GET
JavaScript
3
star
16

added2dom

A jQuery plugin for when an element is added to the DOM
CoffeeScript
3
star
17

react-custom-password-mask

Allows to set a custom char as the mask for an input field
JavaScript
2
star
18

intro-to-es6

JavaScript
2
star
19

.dotfiles

My dot files
Shell
2
star
20

color_text

Make your terminal output colored text with ease.
Ruby
2
star
21

orgazers

List the organizations of the users who are watching a repo.
JavaScript
1
star
22

SublimeAutoSyntax

Automatically set syntax in Sublime Text files
Python
1
star
23

tiy-guest-lecture

Guest lecture on Marionette.js @ The Iron Yard
Ruby
1
star
24

oss-contributions

List any user's most popular github contributions
Ruby
1
star
25

Kiln-Hash

Chrome Extension: Show hash in changeset list in Kiln
JavaScript
1
star