Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/atom/git-diff

Diff markers in Atom's gutter
https://github.com/atom/git-diff

Last synced: 3 months ago
JSON representation

Diff markers in Atom's gutter

Lists

README

        

# Git Diff package
[![OS X Build Status](https://travis-ci.org/atom/git-diff.svg?branch=master)](https://travis-ci.org/atom/git-diff) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/9auj52cs0vso66nv/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/git-diff/branch/master) [![Dependency Status](https://david-dm.org/atom/git-diff.svg)](https://david-dm.org/atom/git-diff)

### This package is now a part of the [core Atom repository](https://github.com/atom/atom/tree/master/packages/git-diff), please direct all issues and pull requests there in the future!

---

Marks lines in the editor gutter that have been added, edited, or deleted since the last commit.

* alt-g up to move the cursor to the previous diff in the editor
* alt-g down to move the cursor to the next diff in the editor

![](https://f.cloud.github.com/assets/671378/2241519/04791a24-9cd6-11e3-9a12-164cabe81d58.png)