Skip to content

panzi/git-kdiff3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

git kdiff3

Use kdiff3 as your diff viewer in git.

Install

Copy git-kdiff3 somewhere into your $PATH or your git exec path (usually /usr/libexec/git-core/):

sudo cp git-kdiff3 "`git --exec-path`"

Usage

Compare working copy against HEAD:

git kdiff3

Compare working copy against a specific commit/branch:

git kdiff3 $branch

Compare two commits:

git kdiff3 $commit1 $commit2

About

Use kdiff3 as git diff viewer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages