jpavlicek / atom-git-difftool

Opens the current project in the diff tool you have configured in your .gitconfig

Home Page:https://atom.io/packages/git-difftool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Difftool

Opens the current project or file in the diff tool you have configured in your .gitconfig.

Basically, it runs git difftool on your current project.

Usage

Run Git Difftool: Diff File from the Command Palette or use ⌥⌃D to diff the currently open file.

Run Git Difftool: Diff Project from the Command Palette or use ⌃⇧D to diff the whole project.

Configuration

Edit your ~/.gitconfig or read http://git-scm.com/docs/git-difftool

Screenshot

This is how it looks when using Kaleidoscope.app as the git-difftool.

atom-git-difftool-kaleidoscope

About

Opens the current project in the diff tool you have configured in your .gitconfig

https://atom.io/packages/git-difftool

License:MIT License


Languages

Language:CoffeeScript 71.8%Language:CSS 28.2%